Class Plist::PDate
In: lib/facter/util/plist/parser.rb
Parent: PTag

Methods

to_ruby  

Public Instance methods

[Source]

     # File lib/facter/util/plist/parser.rb, line 205
205:     def to_ruby
206:       DateTime.parse(text)
207:     end

[Validate]