Method: String#cut
- Defined in:
- lib/qooxview/additions.rb
#cut(reg) ⇒ Object
117 118 119 |
# File 'lib/qooxview/additions.rb', line 117 def cut(reg) sub(reg, '') end |
117 118 119 |
# File 'lib/qooxview/additions.rb', line 117 def cut(reg) sub(reg, '') end |