Sha256: 0ef480b54b99bdd7d1227b4f71c2be50c721c4867d160e044e57f246421ce8ec

Contents?: true

Size: 204 Bytes

Versions: 5

Compression:

Stored size: 204 Bytes

Contents

class String
  def phone_cutter
    self.gsub(/#{CONFIG[:access_cards_info][:phone_cutter]}/, '')
  end

  def phone_cutter_cc
    self.sub(/#{CONFIG[:access_cards_info][:phone_cutter_cc]}/, '')
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
digital_heroes_startkit-0.1.1.4 lib/phone_cutter.rb
digital_heroes_startkit-0.1.1.3 lib/phone_cutter.rb
digital_heroes_startkit-0.1.1.2 lib/phone_cutter.rb
digital_heroes_startkit-0.1.1.1 lib/phone_cutter.rb
digital_heroes_startkit-0.1.1 lib/phone_cutter.rb