inspect

in lib/magic.rb [24:27]


  def inspect
    super.insert(-2, self.closed? ? ' (closed)' : '')
  end