Class: ErlangConfig::ErlRef

Inherits:
ErlTerm
  • Object
show all
Defined in:
lib/erlang_config/erlref.rb

Instance Attribute Summary

Attributes inherited from ErlTerm

#str

Instance Method Summary collapse

Methods inherited from ErlTerm

decode, #initialize

Constructor Details

This class inherits a constructor from ErlangConfig::ErlTerm

Instance Method Details

#to_rubyObject



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