instance method
_dump
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v4.2.9Signature
_dump(*args)
No documentation comment.
Parameters
-
argsrest
Source
# File activesupport/lib/active_support/core_ext/time.rb, line 24
def _dump(*args)
obj = self.frozen? ? self.dup : self
obj.instance_variable_set('@marshal_with_utc_coercion', utc?)
obj._original_dump(*args)
end
Defined in activesupport/lib/active_support/core_ext/time.rb line 24
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Time