module Dtcrandom0

Public Class Methods

application() click to toggle source

Current Application

# File lib/dtcrandom0.rb, line 24
def application
  @application ||= Dtcrandom0::Application.new
end
application=(app) click to toggle source

Set the current application object.

# File lib/dtcrandom0.rb, line 29
def application=(app)
  @application = app
end