Module: RubyConf::Magic
- Defined in:
- lib/ruby-conf.rb
Instance Attribute Summary collapse
-
#__rc_chain ⇒ Object
Returns the value of attribute __rc_chain.
Instance Method Summary collapse
Instance Attribute Details
#__rc_chain ⇒ Object
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_gather ⇒ Object
72 |
# File 'lib/ruby-conf.rb', line 72 def __rc_gather() "#{to_s}#{__rc_chain.nil? ? "" : " #{__rc_chain.__rc_gather}"}" end |