class String

Public Instance Methods

phone_cutter() click to toggle source
# File lib/phone_cutter.rb, line 2
def phone_cutter
  self.gsub(/#{CONFIG[:access_cards_info][:phone_cutter]}/, '')
end
phone_cutter_cc() click to toggle source
# File lib/phone_cutter.rb, line 6
def phone_cutter_cc
  self.sub(/#{CONFIG[:access_cards_info][:phone_cutter_cc]}/, '')
end