module Releaf

Public Class Methods

application() click to toggle source
# File lib/releaf-core.rb, line 39
def self.application
  @@application ||= Releaf::Application.new
end