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
149 150 151 152 |
# File 'lib/tapioca/gem/pipeline.rb', line 149 def initialize(location) @location = location super() end |
Instance Attribute Details
#location ⇒ Object (readonly)
: Runtime::SourceLocation
146 147 148 |
# File 'lib/tapioca/gem/pipeline.rb', line 146 def location @location end |