Class: RIO::Ext::Extensions

Inherits:
Object show all
Defined in:
lib/rio/ext.rb

Instance Method Summary collapse

Constructor Details

#initializeExtensions

Returns a new instance of Extensions.



90
91
92
93
94
95
96
97
# File 'lib/rio/ext.rb', line 90

def initialize()
  #@ext
  @inc = { 
    'cx' => mod+'::Cx',
    'input' => mod+'::Input',
    'output' => mod+'::Output',
  }
end

Instance Method Details

#add(obj) ⇒ Object



98
99
100
# File 'lib/rio/ext.rb', line 98

def add(obj)
  
end