diff options
author | murphy <murphy@rubychan.de> | 2006-04-19 00:13:41 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-04-19 00:13:41 +0000 |
commit | f5f50a14c523327a28b39eeb0223261434d6d9f7 (patch) | |
tree | 611e101502bed11f09f5054a59c23d0a71095eb7 /test/ruby | |
parent | 8b65a055f6627a6ce6d6874219775fa1f603dd31 (diff) | |
download | coderay-f5f50a14c523327a28b39eeb0223261434d6d9f7.tar.gz |
New Version: 0.7.0!
Adjusted gem.rake.
HTML scanner fixed.
Enhanced filetype.rb: .rake files, xml, yaml (preparing for YAML scanner.)
Enhanced test/ruby/1.in.rb.
Added XML scanner with example.
plugin.rb: made all_plugin_names public.
Diffstat (limited to 'test/ruby')
-rw-r--r-- | test/ruby/1.in.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ruby/1.in.rb b/test/ruby/1.in.rb index b5baffd..ddd5106 100644 --- a/test/ruby/1.in.rb +++ b/test/ruby/1.in.rb @@ -1,3 +1,5 @@ +public :<<
+
class String
def / regex
scan(regex).first
|