Skip to content
Snippets Groups Projects
Commit 969c7de3 authored by nov's avatar nov
Browse files

no hash spaces

parent 52b24b5c
Branches
Tags
No related merge requests found
......@@ -10,7 +10,7 @@ module JSON
def as_json(options = {})
# NOTE: Array.new wrapper is requied to avoid CircularReferenceError
{ :keys => Array.new(self) }
{:keys => Array.new(self)}
end
end
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment