Class: RubyBreaker::String
- Inherits:
-
Object
- Object
- RubyBreaker::String
- Defined in:
- lib/ruby_breaker/string.rb
Class Method Summary collapse
Class Method Details
.chaoticate! ⇒ Object
3 4 5 6 7 8 9 10 11 |
# File 'lib/ruby_breaker/string.rb', line 3 def self.chaoticate! eval <<-CODE class ::String def *(num) self + self end end CODE end |