method

to_hash

v1_8_6_287 - Show latest stable - Class: Date::Format::Bag
to_hash()
public

No documentation available.

# File lib/date/format.rb, line 114
      def to_hash
        @elem.reject{|k, v| /\A_/ =~ k.to_s || v.nil?}
      end