Method: DataDuck::Commands.d

Defined in:
lib/dataduck/commands.rb

.d(where = "destination") ⇒ Object


68
69
70
# File 'lib/dataduck/commands.rb', line 68

def self.d(where = "destination")
  self.dbconsole(where)
end