Method: CfScript::Output#attributes_from
- Defined in:
- lib/cf_script/output.rb
#attributes_from(line_start) ⇒ Object
50 51 52 |
# File 'lib/cf_script/output.rb', line 50 def attributes_from(line_start) parse_attribute_list(out.from(line_start)) end |