Files
i-mic-rts/lib/connection.rb

9 lines
100 B
Ruby

class IMICRTS
class Connection
def initialize(*args)
end
def update
end
end
end