diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-02-08 13:44:31 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-02-08 13:44:31 +0900 |
| commit | 4a2c37df935495fd612377d67bdba0582ad1813e (patch) | |
| tree | 6af67d2f201945ac528ec479cd234017914b977b /mrblib/string.rb | |
| parent | 5da7bd3a9133f03eb259fd9858cb08fa56bc53ac (diff) | |
| download | mruby-4a2c37df935495fd612377d67bdba0582ad1813e.tar.gz mruby-4a2c37df935495fd612377d67bdba0582ad1813e.zip | |
made mrb_define_class to return existing class, with heavy refactoring
Diffstat (limited to 'mrblib/string.rb')
| -rw-r--r-- | mrblib/string.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrblib/string.rb b/mrblib/string.rb index 19370ff82..322cd0788 100644 --- a/mrblib/string.rb +++ b/mrblib/string.rb @@ -3,7 +3,7 @@ # # ISO 15.2.10 class String - + include Comparable ## # Calls the given block for each line # and pass the respective line. |
