Class: Krb::ApplicationService

Inherits:
Object
  • Object
show all
Defined in:
lib/krb/application_service.rb

Overview

syntactic sugar

Direct Known Subclasses

Installer::Base, Php::Base, Ruby::Base

Class Method Summary collapse

Class Method Details

.process(*args, &block) ⇒ Object



7
8
9
# File 'lib/krb/application_service.rb', line 7

def self.process(*args, &block)
  new(*args, &block).process
end