Method: CodeReferenceFinder#get_json
- Defined in:
- lib/code_reference_finder.rb
#get_json ⇒ Object
Returns the result hash as raw JSON.
37 38 39 |
# File 'lib/code_reference_finder.rb', line 37 def get_json JSON.generate(@results) end |