From c5ef927b51a69e57e1959a1183995334e30b4e7d Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Mon, 4 Feb 2013 14:40:02 -0500 Subject: * lib/json.rb: Move module overview definition for rdoc --- lib/json.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/json.rb') diff --git a/lib/json.rb b/lib/json.rb index 00fe4ca..24aa385 100644 --- a/lib/json.rb +++ b/lib/json.rb @@ -1,3 +1,5 @@ +require 'json/common' + ## # = JavaScript Object Notation (JSON) # @@ -49,8 +51,6 @@ # # 1.to_json => "1" # - -require 'json/common' module JSON require 'json/version' -- cgit v1.2.1