# File lib/hashr.rb, line 88
  def instance_of?(const)
    self.class == const
  end