Class: Krb::ApplicationService

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

Overview

syntactic sugar

Class Method Summary collapse

Class Method Details

.process(*args, &block) ⇒ Object



11
12
13
# File 'lib/krb/application_service.rb', line 11

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