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.



81
82
83
84
85
86
87
88
# File 'lib/rio/ext.rb', line 81

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

Instance Method Details

#add(obj) ⇒ Object



89
90
91
# File 'lib/rio/ext.rb', line 89

def add(obj)
  
end