class RhetButler::Web::MemoizedPresentationApp

Public Instance Methods

body() click to toggle source
Calls superclass method RhetButler::Web::PresentationApp#body
# File lib/rhet-butler/web/presentation-app.rb, line 57
def body
  @body ||= super
end
configuration() click to toggle source
# File lib/rhet-butler/web/presentation-app.rb, line 53
def configuration
  @configuration ||= super
end