Method: Keydown::Classnames#remove
- Defined in:
- lib/keydown/classnames.rb
permalink #remove(names) ⇒ Object
[View source]
14 15 16 |
# File 'lib/keydown/classnames.rb', line 14 def remove(names) @names -= names.split(' ') end |
14 15 16 |
# File 'lib/keydown/classnames.rb', line 14 def remove(names) @names -= names.split(' ') end |