Sha256: f0e5a77975e22aba2752a7595252ea41a3f473592030baee7d7c7e09e4aa9898

Contents?: true

Size: 116 Bytes

Versions: 1

Compression:

Stored size: 116 Bytes

Contents

class Object

  def j
    puts to_json
  end

  def jj
    puts JSON.pretty_generate(JSON.parse(to_json))
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
arql-0.1.9 lib/arql/ext/object.rb