Method: SQL::Maker::Select#prefix
- Defined in:
- lib/sql/maker/select.rb
#prefix(prefix = nil) ⇒ Object
45 46 47 48 49 50 51 52 |
# File 'lib/sql/maker/select.rb', line 45 def prefix(prefix = nil) if prefix @prefix = prefix self # method chain else @prefix end end |