Top Level Namespace
Defined Under Namespace
Modules: RSpec
Instance Method Summary collapse
Instance Method Details
#fail(message) ⇒ Object
4 5 6 7 8 9 |
# File 'lib/rspec-sharder/command.rb', line 4 def fail() warn puts puts @parser.help exit 1 end |