Class: String

Inherits:
Object
  • Object
show all
Includes:
Wubit
Defined in:
lib/wubit.rb

Constant Summary

Constants included from Wubit

Wubit::VERSION

Instance Method Summary collapse

Methods included from Wubit

#index_of_positions_for, #wubit

Instance Method Details

#wubcaseObject



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