Class: MountainBerryFields::CommandLineInteraction

Inherits:
Object
  • Object
show all
Defined in:
lib/mountain_berry_fields/command_line_interaction.rb

Overview

Iinteractions are used by the MountainBerryFields to let the users know what’s going on. This one interacts with the command line.

Instance Method Summary collapse

Instance Method Details

#declare_failure(failure_message) ⇒ Object



9
10
11
# File 'lib/mountain_berry_fields/command_line_interaction.rb', line 9

def declare_failure(failure_message)
  stderr.puts failure_message
end