Class: Bwkfanboy::MyApp
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- Bwkfanboy::MyApp
- Defined in:
- lib/bwkfanboy/server.rb
Instance Method Summary collapse
Instance Method Details
#getOpts(opts) ⇒ Object
20 21 22 23 24 |
# File 'lib/bwkfanboy/server.rb', line 20 def getOpts opts return [] unless opts opts.gsub! /\s+/, ' ' opts.strip.split ' ' end |