Class: DBA::Find
- Inherits:
-
RowCommand
- Object
- Command
- RowCommand
- DBA::Find
- Defined in:
- lib/dba/find.rb
Instance Attribute Summary
Attributes inherited from Command
Instance Method Summary collapse
Methods inherited from Command
Constructor Details
This class inherits a constructor from DBA::Command
Instance Method Details
#call(table, identifier) ⇒ Object
2 3 4 5 6 7 |
# File 'lib/dba/find.rb', line 2 def call(table, identifier) super printer.print(row) printer.print_line end |