class Parlour::Types::Self
Type
equivalent to the receiver.
Public Instance Methods
==(other)
click to toggle source
# File lib/parlour/types.rb, line 460 def ==(other) Self === other end
describe()
click to toggle source
# File lib/parlour/types.rb, line 475 def describe "self" end
generate_rbi()
click to toggle source
# File lib/parlour/types.rb, line 465 def generate_rbi "T.self_type" end
generate_rbs()
click to toggle source
# File lib/parlour/types.rb, line 470 def generate_rbs "self" end