Method: CfScript::Output::Buffer#from

Defined in:
lib/cf_script/output/buffer.rb

#from(pattern) ⇒ Object



31
32
33
# File 'lib/cf_script/output/buffer.rb', line 31

def from(pattern)
  lines_from(pattern).join("\n")
end