class Pathname
:nodoc:
def as_json(options = nil)
def as_json(options = nil) to_s end
def blank?
-
(true, false)
-
def blank? to_s.empty? end
def existence
-
(Pathname)
-
def existence self if exist? end
:nodoc:
def as_json(options = nil) to_s end
(true, false)
-
def blank? to_s.empty? end
(Pathname)
-
def existence self if exist? end