Class: Repost::Action
- Inherits:
-
Object
- Object
- Repost::Action
- Defined in:
- lib/repost/action.rb
Direct Known Subclasses
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 |