Class: RBS::Types::Bases::Instance
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#==, #hash, #initialize, #to_json, #to_s
Methods included from NoTypeName
Methods included from EmptyEachType
Methods included from NoFreeVariables
Constructor Details
This class inherits a constructor from RBS::Types::Bases::Base
Instance Method Details
#sub(s) ⇒ Object
93 94 95 |
# File 'lib/rbs/types.rb', line 93 def sub(s) s.apply(self) end |