Sha256: 2bb1504641afb8c4588c5f67a2dc282c4a8f1983b7826e366d77dcec5a9eaf16

Contents?: true

Size: 379 Bytes

Versions: 1

Compression:

Stored size: 379 Bytes

Contents

module OdptTokyoMetroHelper::RegexpLibrary

  class << self

    # 環境依存文字「麴」を処理するための正規表現
    # @note 環境依存文字によるエラーを避ける目的で、DB内に「麹町」として格納されている文字列を「麴町」に変換する。
    # @return [Regexp]
    def kojimachi
      /(?:麹|麴)町/
    end

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
odpt_tokyo_metro_helper-0.2.2 lib/odpt_tokyo_metro_helper/regexp_library.rb