module Focuslight::Web::Stash

Public Instance Methods

stash() click to toggle source
# File lib/focuslight/web.rb, line 148
def stash
  @stash ||= {}
end