class MightyJSON::Type::Eval

Public Class Methods

new(code) click to toggle source
# File lib/mighty_json/type.rb, line 8
def initialize(code)
  @code = code
end

Public Instance Methods

inspect() click to toggle source
# File lib/mighty_json/type.rb, line 12
def inspect
  @code
end