Method: CodeReferenceFinder#get_json

Defined in:
lib/code_reference_finder.rb

#get_jsonObject

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