Top Level Namespace

Includes:
ERB::Util

Defined Under Namespace

Modules: SnipReference, Vanilla Classes: Comments, CurrentSnip, Debug, Defensio, Dynasnip, EditLink, EditSnip, Index, Kind, LinkTo, LinkToCurrentSnip, Login, NewSnip, Notes, RandomNumber, ShowContentInPreTag, ShowRawContent, SnipReferenceParser, SnipReferenceParserTest, UrlTo

Instance Method Summary collapse

Instance Method Details

#app(reload = false) ⇒ Object



4
5
6
7
# File 'lib/vanilla/console.rb', line 4

def app(reload=false)
  @__vanilla_console_app = nil if reload
  @__vanilla_console_app ||= Vanilla::App.new(ENV['VANILLA_CONFIG'])
end