Method: String#date_to_ary
- Defined in:
- lib/core_ext/string.rb
#date_to_ary ⇒ Array
16 17 18 |
# File 'lib/core_ext/string.rb', line 16 def date_to_ary self.split("〜").map!(&:parse_date) end |
16 17 18 |
# File 'lib/core_ext/string.rb', line 16 def date_to_ary self.split("〜").map!(&:parse_date) end |