Module: RestPack::Web
- Defined in:
- lib/restpack_web/version.rb,
lib/restpack_web/configuration.rb,
lib/restpack_web/context.rb
Defined Under Namespace
Modules: Rack, Rails, Sinatra Classes: Configuration, Context
Constant Summary collapse
- VERSION =
"0.4.1"- @@config =
Configuration.new
Class Method Summary collapse
Class Method Details
.setup {|@@config| ... } ⇒ Object
13 14 15 |
# File 'lib/restpack_web/configuration.rb', line 13 def self.setup yield @@config end |