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