diff options
author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2011-07-08 17:25:17 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2011-07-08 17:25:17 +0900 |
commit | 24f84d63beef15eafd2e59df3d809f1928774d00 (patch) | |
tree | d6f214810ad4799af45b8b780ad13c076d80995d /lib/json/common.rb | |
parent | 10c6bfba2f03577ad3a5b7b1abff31a35378f45e (diff) | |
download | json-24f84d63beef15eafd2e59df3d809f1928774d00.tar.gz |
remove trailing spaces.
Diffstat (limited to 'lib/json/common.rb')
-rw-r--r-- | lib/json/common.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/json/common.rb b/lib/json/common.rb index 1cbbf1c..1a5f048 100644 --- a/lib/json/common.rb +++ b/lib/json/common.rb @@ -291,7 +291,7 @@ module JSON recurse_proc(result, &proc) if proc result end - + # Recursively calls passed _Proc_ if the parsed data structure is an _Array_ or _Hash_ def recurse_proc(result, &proc) case result |