diff options
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
|