Class: ErlangConfig::ErlRef
- Defined in:
- lib/erlang_config/erlref.rb
Instance Attribute Summary
Attributes inherited from ErlTerm
Instance Method Summary collapse
Methods inherited from ErlTerm
Constructor Details
This class inherits a constructor from ErlangConfig::ErlTerm
Instance Method Details
#to_ruby ⇒ Object
3 4 5 6 |
# File 'lib/erlang_config/erlref.rb', line 3 def to_ruby self.str.gsub!(/#Ref<|>/,"") bin_els = self.str.split(".") end |