Struct.new(:type, :name)
# File lib/tins/method_description.rb, line 5 def ==(other) type == other.type end
# File lib/tins/method_description.rb, line 9 def inspect "#<#{self.class} #{to_s.inspect}>" end