module OSC::OSCArgument

Public Instance Methods

to_osc_type() click to toggle source
# File lib/ruby-osc.rb, line 22
def to_osc_type
  raise NotImplementedError, "#to_osc_type method should be implemented for #{ self.class }"
end