class EDTF::Unknown
Public Instance Methods
approximate?()
click to toggle source
# File lib/edtf/unknown.rb 17 def approximate? 18 true 19 end
certain?()
click to toggle source
# File lib/edtf/unknown.rb 13 def certain? 14 false 15 end
edtf()
click to toggle source
# File lib/edtf/unknown.rb 3 def edtf 4 'uuuu' 5 end
Also aliased as: to_s
precise?()
click to toggle source
# File lib/edtf/unknown.rb 21 def precise? 22 false 23 end
uncertain?()
click to toggle source
# File lib/edtf/unknown.rb 9 def uncertain? 10 true 11 end