public
Description: a Scheme written in Ruby, but implemented on the bus!
Homepage: http://bus-scheme.rubyforge.org
Clone URL: git://github.com/technomancy/bus-scheme.git
move readme so github renders it to HTML
technomancy (author)
Thu Jun 05 16:52:56 -0700 2008
commit  147e00e54e85e53d984fe3b59d4e94939af2c353
tree    b450dbabc839727d6d82e377b7650f1d17629953
parent  5e807f4faf410f94e9dca5221529ddd8438fc9f0
...
12
13
14
 
15
16
17
...
12
13
14
15
16
17
18
0
@@ -12,6 +12,7 @@ Hoe.new('bus-scheme', BusScheme::VERSION) do |p|
0
   p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
0
   p.url = 'http://bus-scheme.rubyforge.org'
0
   p.remote_rdoc_dir = ''
0
+ p.extra_rdoc_files = ["README.rdoc"]
0
 end
0
 
0
 desc "Code statistics"
...
11
12
13
 
 
 
14
15
16
...
11
12
13
14
15
16
17
18
19
0
@@ -11,6 +11,9 @@ module BusScheme
0
       @rules = rules.to_list(true)
0
     end
0
 
0
+ def call(body)
0
+ end
0
+
0
     # Yeah, that's kind of the whole point.
0
     def special_form; true end
0
   end

Comments

    No one has commented yet.