Class: Repost::Action

Inherits:
Object
  • Object
show all
Defined in:
lib/repost/action.rb

Direct Known Subclasses

Senpai

Class Method Summary collapse

Class Method Details

.perform(*args, **kw_args) ⇒ Object



3
4
5
6
# File 'lib/repost/action.rb', line 3

def self.perform(*args, **kw_args)
  action = new(*args, **kw_args)
  action.perform
end