Module: Bugger
- Defined in:
- lib/bugger.rb,
lib/bugger/version.rb
Constant Summary collapse
- VERSION =
"0.0.0"
Class Method Summary collapse
Class Method Details
.run ⇒ Object
6 7 8 9 10 |
# File 'lib/bugger.rb', line 6 def run get '/' do "Nothing to see here, yet!" end end |