lib/arql/ext/object.rb in arql-0.1.10 vs lib/arql/ext/object.rb in arql-0.1.11
- old
+ new
@@ -5,6 +5,14 @@
end
def jj
JSON.pretty_generate(JSON.parse(to_json))
end
+
+ def jp
+ puts j
+ end
+
+ def jjp
+ puts jj
+ end
end
- old
+ new