Method: Riddle::Query::Select#from

Defined in:
lib/riddle/query/select.rb

#from(*indices) ⇒ Object



32
33
34
35
# File 'lib/riddle/query/select.rb', line 32

def from(*indices)
  @indices += indices
  self
end