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_ibObject



8
9
10
# File 'lib/ib_ruby_proxy/server/ext/array.rb', line 8

def to_ib
  collect(&:to_ib)
end

#to_rubyObject



12
13
14
# File 'lib/ib_ruby_proxy/server/ext/array.rb', line 12

def to_ruby
  collect(&:to_ruby)
end