Method: Riddle::Query::Select#from

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

#from(*indices) ⇒ Object



30
31
32
33
# File 'lib/riddle/query/select.rb', line 30

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