Module: StartingBlocks
- Defined in:
- lib/starting_blocks.rb,
lib/starting_blocks/runner.rb,
lib/starting_blocks/version.rb,
lib/starting_blocks/watcher.rb,
lib/starting_blocks/publisher.rb,
lib/starting_blocks/result_parser.rb,
lib/starting_blocks/result_text_parser.rb
Overview
require_relative ‘extensions/blinky’
Defined Under Namespace
Modules: Publisher, Watcher Classes: ResultParser, ResultTextParser, Runner
Constant Summary collapse
- VERSION =
"0.5.2"
Class Attribute Summary collapse
-
.verbose ⇒ Object
Returns the value of attribute verbose.
Class Method Summary collapse
Class Attribute Details
.verbose ⇒ Object
Returns the value of attribute verbose.
12 13 14 |
# File 'lib/starting_blocks.rb', line 12 def verbose @verbose end |
Class Method Details
.display(message) ⇒ Object
15 16 17 |
# File 'lib/starting_blocks.rb', line 15 def self.display puts if @verbose end |