Class: MountainBerryFields::CommandLineInteraction
- Inherits:
-
Object
- Object
- MountainBerryFields::CommandLineInteraction
- 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() stderr.puts end |