mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-13 23:02:35 +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 |