Method: CDoc::ConfigAttr#config_declaration
- Defined in:
- lib/cdoc.rb
#config_declaration ⇒ Object
Contains the actual declaration for the config attribute. ex: “c [:key, ‘value’] # comment”
144 145 146 |
# File 'lib/cdoc.rb', line 144 def config_declaration @config_declaration end |