module Runter

Handles the read and write of the runt file

Handles versioning of the application

Constants

VERSION

Public Class Methods

application() click to toggle source
# File lib/runter/application.rb, line 34
def application
  @application ||= Runter::Application.new
end
application=(app) click to toggle source
# File lib/runter/application.rb, line 37
def application=(app)
  @application = app
end