class Object

Constants

WISEPDF_PATH

Public Instance Methods

blank?() click to toggle source
# File lib/wisepdf/ext.rb, line 2
def blank?
  !self
end
present?() click to toggle source
# File lib/wisepdf/ext.rb, line 6
def present?
  !blank?
end