class HappyMapper::UnExtendable

nil, Float, and other classes can't be extended so this object acts as wrapper

Public Instance Methods

class() click to toggle source
# File lib/happymapper/differ.rb, line 76
def class
  __getobj__.class
end
nil?() click to toggle source
# File lib/happymapper/differ.rb, line 80
def nil?
  __getobj__.nil?
end