lib/arql/commands/models.rb in arql-0.4.6 vs lib/arql/commands/models.rb in arql-0.4.7
- old
+ new
@@ -53,10 +53,10 @@
}
if $iruby && format.to_s == 'terminal'
return tbl.to_iruby
else
- result << tbl.to_terminal(format)
+ return tbl.to_terminal(format)
end
end
end
end