(Not documented)
# File lib/ziya/yaml_helpers/maps.rb, line 10
10: def config( component_name )
11: "#{component_name}: #{clazz component_name, 'Maps::Support'}"
12: end
--- SEC00289
--- ""
---
- methods:
- visibility: public
aref: M000006
name: config
sourcecode: " <span class=\"ruby-comment cmt\"># File lib/ziya/yaml_helpers/maps.rb, line 10</span>\n\
10: <span class=\"ruby-keyword kw\">def</span> <span class=\"ruby-identifier\">config</span>( <span class=\"ruby-identifier\">component_name</span> )\n\
11: <span class=\"ruby-node\">"#{component_name}: #{clazz component_name, 'Maps::Support'}"</span>\n\
12: <span class=\"ruby-keyword kw\">end</span>"
params: ( component_name )
- visibility: public
aref: M000007
name: level
sourcecode: " <span class=\"ruby-comment cmt\"># File lib/ziya/yaml_helpers/maps.rb, line 14</span>\n\
14: <span class=\"ruby-keyword kw\">def</span> <span class=\"ruby-identifier\">level</span>\n\
15: <span class=\"ruby-value str\">"- "</span> <span class=\"ruby-operator\">+</span> <span class=\"ruby-identifier\">config</span>( <span class=\"ruby-identifier\">:range</span> )\n\
16: <span class=\"ruby-keyword kw\">end</span>"
params: ()
- visibility: public
aref: M000005
name: map
sourcecode: " <span class=\"ruby-comment cmt\"># File lib/ziya/yaml_helpers/maps.rb, line 6</span>\n\
6: <span class=\"ruby-keyword kw\">def</span> <span class=\"ruby-identifier\">map</span>( <span class=\"ruby-identifier\">class_name</span> )\n\
7: <span class=\"ruby-node\">"--- #{clazz( class_name, :Maps )}"</span>\n\
8: <span class=\"ruby-keyword kw\">end</span>"
m_desc: |-
<p>
Defines various helpers to assist in writing ZiYa yaml stylesheets.
</p>
params: ( class_name )
category: Instance
type: Public
---
Generated with the Darkfish Rdoc Generator.