Method: TypeProf::Core::AST::InstanceVariableReadNode#retrieve_at
- Defined in:
- lib/typeprof/core/ast/variable.rb
#retrieve_at(pos) {|_self| ... } ⇒ Object
96 97 98 |
# File 'lib/typeprof/core/ast/variable.rb', line 96 def retrieve_at(pos) yield self if code_range.include?(pos) end |