Module: GemDandy::Output
- Included in:
- Configuration, RubygemsProfile
- Defined in:
- lib/gem_dandy/output.rb
Instance Method Summary collapse
Instance Method Details
#die(*args) ⇒ Object
7 8 9 |
# File 'lib/gem_dandy/output.rb', line 7 def die( *args ) Trollop::die *args end |
#report(*args) ⇒ Object
3 4 5 |
# File 'lib/gem_dandy/output.rb', line 3 def report( *args ) puts *args end |