Module: Pnjson

Defined in:
lib/pnjson.rb,
lib/pnjson/chunk.rb,
lib/pnjson/error.rb,
lib/pnjson/version.rb

Defined Under Namespace

Modules: Error Classes: Chunk, Pnjson

Constant Summary collapse

VERSION =

The current version of Pnjson. Set it and commit the change this before running rake release.

"0.0.1"

Class Method Summary collapse

Class Method Details

.open(filename) ⇒ Object



59
60
61
# File 'lib/pnjson.rb', line 59

def open(filename)
  Pnjson.new(filename)
end