module GhostInThePost::GhostOnDelivery

Public Instance Methods

deliver() click to toggle source
Calls superclass method
# File lib/ghost_in_the_post/ghost_on_delivery.rb, line 3
def deliver
  ghost
  super
end
deliver!() click to toggle source
Calls superclass method
# File lib/ghost_in_the_post/ghost_on_delivery.rb, line 7
def deliver!
  ghost
  super
end