Skip to content

Instantly share code, notes, and snippets.

@zenom
Created February 20, 2015 00:22
Show Gist options
  • Save zenom/385ec66c0a6f924c1a52 to your computer and use it in GitHub Desktop.
Save zenom/385ec66c0a6f924c1a52 to your computer and use it in GitHub Desktop.
class ORSSerialPortDelegate
class << self
def didReceiveData(serialPort)
puts "HERE"
end
def serialPortWasOpened
puts "OPENED"
end
def hello
puts "HELLO"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment