Module: IbRubyProxy::Server::Ext::Array
- Defined in:
- lib/ib_ruby_proxy/server/ext/array.rb
Overview
Extensions to Array for converting between ruby and ib
Instance Method Summary collapse
Instance Method Details
#to_ib ⇒ Object
8 9 10 |
# File 'lib/ib_ruby_proxy/server/ext/array.rb', line 8 def to_ib collect(&:to_ib) end |
#to_ruby ⇒ Object
12 13 14 |
# File 'lib/ib_ruby_proxy/server/ext/array.rb', line 12 def to_ruby collect(&:to_ruby) end |