Libraries
»
plist
(3.7.2)
»
Index
»
Plist
»
PDate
»
#to_ruby
Method: Plist::PDate#to_ruby
Defined in:
lib/plist/parser.rb
#
to_ruby
⇒
Object
244 245 246
# File 'lib/plist/parser.rb', line 244
def
to_ruby
DateTime
.
parse
(
text
)
end