Method: CodeReferenceFinder#get_pretty_json

Defined in:
lib/code_reference_finder.rb

#get_pretty_jsonObject

Returns the result hash as pretty JSON.



32
33
34
# File 'lib/code_reference_finder.rb', line 32

def get_pretty_json
    JSON.pretty_generate(@results)
end