summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-24 22:13:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-24 22:13:14 +0000
commit6cbe0e0fd6dd99520f0695f318a6a501570d578c (patch)
tree8cb8dfb615b310ac758acb3042799b4824b8be54 /spec
parent9a7e295255a22d3c99f6358a26d7b849a94cf7f3 (diff)
* spec/README: update the description.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec')
-rw-r--r--spec/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/spec/README b/spec/README
index 68abf8378b..9821404697 100644
--- a/spec/README
+++ b/spec/README
@@ -1,15 +1,16 @@
= RubySpec
-RubySpec (http://rubyspec.org) provides the Ruby language specification in an
-executable format. The make task `update-rubyspec' retrieves the specification
-and puts it into this directory.
+RubySpec (http://rubyspec.org) provides the annotation of the Ruby
+implementation in an executable format. The make task
+`update-rubyspec' retrieves the specification and puts it into this
+directory.
== Directory structure
spec
+-- mspec driver library for executing the specification.
+-- rubyspec
- +-- core specification for core libraries
- | +-- array
+ +-- core specification for core libraries
+ | +-- array
| +-- bignum
| +-- ...
|