module EDB
Constants
- VERSION
Public Class Methods
opts()
click to toggle source
# File lib/edb/edb.rb, line 27 def opts @@opts end
opts=(options)
click to toggle source
# File lib/edb/edb.rb, line 31 def opts=(options) @@opts = options end