lib/niceql.rb in niceql-0.1.4 vs lib/niceql.rb in niceql-0.1.5
- old
+ new
@@ -27,10 +27,10 @@
def to_niceql
Prettifier.prettify_sql(to_sql, false)
end
- def puts_niceql( colorize = true )
+ def niceql( colorize = true )
puts Prettifier.prettify_sql( to_sql, colorize )
end
end
module Prettifier