* ext/json/lib/json.rb: Move module overview definition for rdoc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f691d4a554
commit
53bc349069
@ -1,3 +1,7 @@
|
|||||||
|
Tue Feb 5 04:40:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||||
|
|
||||||
|
* ext/json/lib/json.rb: Move module overview definition for rdoc
|
||||||
|
|
||||||
Tue Feb 5 03:00:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
Tue Feb 5 03:00:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||||
|
|
||||||
* lib/tracer.rb: Move class overview definition and reformat
|
* lib/tracer.rb: Move class overview definition and reformat
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
require 'json/common'
|
||||||
|
|
||||||
##
|
##
|
||||||
# = JavaScript Object Notation (JSON)
|
# = JavaScript Object Notation (JSON)
|
||||||
#
|
#
|
||||||
@ -49,8 +51,6 @@
|
|||||||
#
|
#
|
||||||
# 1.to_json => "1"
|
# 1.to_json => "1"
|
||||||
#
|
#
|
||||||
|
|
||||||
require 'json/common'
|
|
||||||
module JSON
|
module JSON
|
||||||
require 'json/version'
|
require 'json/version'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user