Method: #output

Defined in:
lib/m-spec/core/helpers/readable.rb

#output(string) ⇒ Object



35
36
37
# File 'lib/m-spec/core/helpers/readable.rb', line 35

def output(string)
  Mspec::Matchers::Output.new(string)
end