Module: PowDebugger
- Defined in:
- lib/pow_debugger.rb,
lib/pow_debugger/config.rb,
lib/pow_debugger/railtie.rb,
lib/pow_debugger/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"0.0.3.2"
Class Method Summary collapse
Class Method Details
.config ⇒ Object
4 5 6 |
# File 'lib/pow_debugger.rb', line 4 def config @config ||= Config.new end |
.configure {|self.config| ... } ⇒ Object
8 9 10 |
# File 'lib/pow_debugger.rb', line 8 def configure yield self.config end |