Module: RubyConf::Magic

Defined in:
lib/ruby-conf.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#__rc_chainObject

Returns the value of attribute __rc_chain.



71
72
73
# File 'lib/ruby-conf.rb', line 71

def __rc_chain
  @__rc_chain
end

Instance Method Details

#__rc_gatherObject



72
# File 'lib/ruby-conf.rb', line 72

def __rc_gather() "#{to_s}#{__rc_chain.nil? ? "" : " #{__rc_chain.__rc_gather}"}" end