class Parlour::Types::Boolean

Type for a boolean.

Public Instance Methods

==(other) click to toggle source
# File lib/parlour/types.rb, line 437
def ==(other)
  Boolean === other
end
describe() click to toggle source
# File lib/parlour/types.rb, line 452
def describe
  "bool"
end
generate_rbi() click to toggle source
# File lib/parlour/types.rb, line 442
def generate_rbi
  "T::Boolean"
end
generate_rbs() click to toggle source
# File lib/parlour/types.rb, line 447
def generate_rbs
  "bool"
end