module Rgentpl::Application

Application

Main runner method

Public Class Methods

exec() click to toggle source

Runner

@return [Boolean] the runned state

# File lib/rgentpl/boot/application.rb, line 11
def exec
  Rgentpl::Command::Base.start
end