Class: Tapioca::Gem::Pipeline::MethodInGemWithLocation
- Inherits:
-
MethodDefinitionLookupResult
- Object
- MethodDefinitionLookupResult
- Tapioca::Gem::Pipeline::MethodInGemWithLocation
- 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
146 147 148 149 |
# File 'lib/tapioca/gem/pipeline.rb', line 146 def initialize(location) @location = location super() end |
Instance Attribute Details
#location ⇒ Object (readonly)
: Runtime::SourceLocation
143 144 145 |
# File 'lib/tapioca/gem/pipeline.rb', line 143 def location @location end |