module Paf::CoreExt::Object
Extend the core Object
class with PAF specific processing
Public Instance Methods
vacant?()
click to toggle source
# File lib/paf/core_ext/object.rb, line 5 def vacant? respond_to?(:empty?) ? empty? : !self end