method
to_hash
v1_8_7_72 -
Show latest stable
- Class:
Date::Format::Bag
to_hash()public
No documentation available.
# File lib/date/format.rb, line 131
def to_hash
@elem.reject{|k, v| /\A_/ =~ k.to_s || v.nil?}
end