module Pnjson
Constants
- VERSION
The current version of
Pnjson
. Set it and commit the change this before running rake release.
Public Instance Methods
open(filename)
click to toggle source
# File lib/pnjson.rb, line 59 def open(filename) Pnjson.new(filename) end