117 118 119 120 121
# File 'lib/hdb/hdb.rb', line 117 def from(from) from = from.hjoin(', ') if(from.class == Array) @from = from return self end