module T::Private::Methods::Modes

typed: true

Constants

MODES
NON_OVERRIDE_MODES
OVERRIDABLE_MODES
OVERRIDE_MODES

Public Class Methods

abstract() click to toggle source
# File lib/types/private/methods/modes.rb, line 8
def self.abstract
  'abstract'
end
overridable() click to toggle source
# File lib/types/private/methods/modes.rb, line 11
def self.overridable
  'overridable'
end
overridable_override() click to toggle source
# File lib/types/private/methods/modes.rb, line 17
def self.overridable_override
  'overridable_override'
end
override() click to toggle source
# File lib/types/private/methods/modes.rb, line 14
def self.override
  'override'
end
standard() click to toggle source
# File lib/types/private/methods/modes.rb, line 5
def self.standard
  'standard'
end
untyped() click to toggle source
# File lib/types/private/methods/modes.rb, line 20
def self.untyped
  'untyped'
end