class Tins::MethodDescription::Parameters::Parameter
Public Instance Methods
Source
# File lib/tins/method_description.rb, line 5 def ==(other) type == other.type end
Source
# File lib/tins/method_description.rb, line 9 def inspect "#<#{self.class} #{to_s.inspect}>" end