summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/json.rb4
1 files changed, 2 insertions, 2 deletions
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'