# File lib/gibbler.rb, line 124
  def ===(g)
    return true if [to_s, short, shorter, tiny].member?(g.to_s)
    false
  end