Class: Mutiny::Reporter::Stdout

Inherits:
Object
  • Object
show all
Defined in:
lib/mutiny/reporter/stdout.rb

Instance Method Summary collapse

Instance Method Details

#report(message) ⇒ Object



4
5
6
# File 'lib/mutiny/reporter/stdout.rb', line 4

def report(message)
  puts message
end