module IbRubyProxy::Server::Ext::Enum

Public Instance Methods

to_ib() click to toggle source

Extensions to Enum for converting between ruby and ib

# File lib/ib_ruby_proxy/server/ext/enum.rb, line 8
def to_ib
  self
end
to_ruby() click to toggle source
# File lib/ib_ruby_proxy/server/ext/enum.rb, line 12
def to_ruby
  to_s
end