Sha256: 2324c9f143ce1eed9973edd80036725fa5ccfab725bcaac34f0fca026b66c42e
Contents?: true
Size: 209 Bytes
Versions: 2
Compression:
Stored size: 209 Bytes
Contents
module Strftime module DirectiveMatchers MONTHNAMES_REGEXP = Regexp.new('('<<Date::MONTHNAMES.compact.join('|')<<')') TIMEZONE_OFFSET_REGEXP = /\+\d{4}/ FOUR_DIGIT_YEAR_REGEXP = /\d{4}/ end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
strftime-2.0.0.beta | lib/strftime/directive_matchers.rb |
strftime-2.0.0.alpha | lib/strftime/directive_matchers.rb |