Module: OSC
- Defined in:
- lib/micro-osc.rb
Overview
define this module again to avoid overwriting another OSC module
Class Method Summary collapse
- .message(*a, &block) ⇒ Object (also: using)
Class Method Details
.message(*a, &block) ⇒ Object Also known as: using
35 36 37 |
# File 'lib/micro-osc.rb', line 35 def self.(*a, &block) MicroOSC.using(*a, &block) end |