class Object

Constants

NERD_FOLDER

Public Instance Methods

nilify() click to toggle source
# File lib/omnifocus.rb, line 324
def nilify
  self == :missing_value ? nil : self
end