Class: String
Constant Summary
Constants included from Wubit
Instance Method Summary collapse
Methods included from Wubit
#index_of_positions_for, #wubit
Instance Method Details
#wubcase ⇒ Object
24 25 26 |
# File 'lib/wubit.rb', line 24 def wubcase wubit(self) end |
#wubcase! ⇒ Object
28 29 30 |
# File 'lib/wubit.rb', line 28 def wubcase! self.replace wubit(self) end |