Method: CodeReferenceFinder#get_result
- Defined in:
- lib/code_reference_finder.rb
#get_result ⇒ Object
Performs a parse and returns result hash.
26 27 28 29 |
# File 'lib/code_reference_finder.rb', line 26 def get_result @interesting_paths = find_interesting_paths() parse_interesting_paths(@interesting_paths) end |