lib/niceql.rb in niceql-0.1.1 vs lib/niceql.rb in niceql-0.1.2
- old
+ new
@@ -23,10 +23,10 @@
rescue StandardError => e
puts Prettifier.prettify_err(e )
end
end
- def to_nicesql
+ def to_niceql
Prettifier.prettify_sql(to_sql, false)
end
def puts_niceql( colorize = true )
puts Prettifier.prettify_sql( to_sql, colorize )