module IbRubyProxy::Server::Ext::IdempotentType

Extension to convert between ib and ruby for types that can travel seamlessly

Public Instance Methods

to_ib() click to toggle source
# File lib/ib_ruby_proxy/server/ext/idempotent_types.rb, line 9
def to_ib
  self
end
to_ruby() click to toggle source
# File lib/ib_ruby_proxy/server/ext/idempotent_types.rb, line 13
def to_ruby
  self
end