Flowdock
method

num_pattern?

Importance_0
v1_8_7_72 - Show latest stable - 0 notes - Class: Date
num_pattern?(s) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/date/format.rb, line 394
  def self.num_pattern? (s) # :nodoc:
    /\A%[EO]?[CDdeFGgHIjkLlMmNQRrSsTUuVvWwXxYy\d]/ =~ s || /\A\d/ =~ s
  end
Register or log in to add new notes.