Module: Daddy::Cucumber::Formatting

Defined in:
lib/daddy/cucumber/formatting.rb

Instance Method Summary collapse

Instance Method Details

#pre(string) ⇒ Object



7
8
9
# File 'lib/daddy/cucumber/formatting.rb', line 7

def pre(string)
  puts "<pre>#{string}</pre>"
end