class Ebanizer::Ebanize
Public Instance Methods
convert_e_to_eban(text)
click to toggle source
# File lib/ebanizer.rb, line 5 def convert_e_to_eban(text) text.gsub!('e','eban') end
# File lib/ebanizer.rb, line 5 def convert_e_to_eban(text) text.gsub!('e','eban') end