From 6cbe0e0fd6dd99520f0695f318a6a501570d578c Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 24 May 2011 22:13:14 +0000 Subject: * spec/README: update the description. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- spec/README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'spec/README') diff --git a/spec/README b/spec/README index 68abf83..9821404 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 | +-- ... | -- cgit v1.1