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