Class: Tapioca::Gem::Pipeline::MethodInGemWithLocation
- Inherits:
-
MethodDefinitionLookupResult
- Object
- MethodDefinitionLookupResult
- Tapioca::Gem::Pipeline::MethodInGemWithLocation
- Extended by:
- T::Sig
- Defined in:
- lib/tapioca/gem/pipeline.rb
Overview
The method defined in gem and has a source location
Instance Attribute Summary collapse
-
#location ⇒ Object
readonly
: Runtime::SourceLocation.
Instance Method Summary collapse
-
#initialize(location) ⇒ MethodInGemWithLocation
constructor
: (Runtime::SourceLocation location) -> void.
Constructor Details
#initialize(location) ⇒ MethodInGemWithLocation
: (Runtime::SourceLocation location) -> void
142 143 144 145 |
# File 'lib/tapioca/gem/pipeline.rb', line 142 def initialize(location) @location = location super() end |
Instance Attribute Details
#location ⇒ Object (readonly)
: Runtime::SourceLocation
139 140 141 |
# File 'lib/tapioca/gem/pipeline.rb', line 139 def location @location end |