class DBA::Find
Public Instance Methods
call(table, identifier)
click to toggle source
Calls superclass method
DBA::RowCommand#call
# File lib/dba/find.rb, line 2 def call(table, identifier) super printer.print(row) printer.print_line end