Method: CfScript::Output::Buffer#match

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

#match(regexp) ⇒ Object



40
41
42
# File 'lib/cf_script/output/buffer.rb', line 40

def match(regexp)
  content.match(regexp)
end