class SamFront::SerialAdapters::SerialGetS

Public Class Methods

new() click to toggle source
Calls superclass method SamFront::SerialAdapters::Serial::new
# File lib/jenga/serial_adapters/serial_gets.rb, line 8
def initialize
  super
end

Public Instance Methods

run() click to toggle source
Calls superclass method SamFront::SerialAdapters::Serial#run
# File lib/jenga/serial_adapters/serial_gets.rb, line 12
def run
  # need to inject a block here or something??
  super.run
end