module GeekDict
Constants
- VERSION
Public Instance Methods
debugger(enable=false)
click to toggle source
# File lib/geekdict.rb, line 9 def debugger(enable=false) @debugger ||= GeekDict::Debugger.new enable end