module RubyConf::Magic

Attributes

__rc_chain[RW]

Public Instance Methods

__rc_gather() click to toggle source
# File lib/ruby-conf.rb, line 72
def __rc_gather() "#{to_s}#{__rc_chain.nil? ? "" : " #{__rc_chain.__rc_gather}"}" end