mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-14 07:12:34 +00:00
9 lines
100 B
Ruby
9 lines
100 B
Ruby
class IMICRTS
|
|
class Connection
|
|
def initialize(*args)
|
|
end
|
|
|
|
def update
|
|
end
|
|
end
|
|
end |