class Parlour::Types::Untyped

The explicit lack of a type.

Public Instance Methods

==(other) click to toggle source
# File lib/parlour/types.rb, line 483
def ==(other)
  Untyped === other
end
describe() click to toggle source
# File lib/parlour/types.rb, line 498
def describe
  "untyped"
end
generate_rbi() click to toggle source
# File lib/parlour/types.rb, line 488
def generate_rbi
  "T.untyped"
end
generate_rbs() click to toggle source
# File lib/parlour/types.rb, line 493
def generate_rbs
  "untyped"
end