Method: CodeReferenceFinder#has_results?
- Defined in:
- lib/code_reference_finder.rb
#has_results? ⇒ Boolean
Returns true if the result hash exists.
47 48 49 |
# File 'lib/code_reference_finder.rb', line 47 def has_results? not @results.nil? end |