class Repost::Action

Public Class Methods

perform(*args, **kw_args) click to toggle source
# File lib/repost/action.rb, line 3
def self.perform(*args, **kw_args)
  action = new(*args, **kw_args)
  action.perform
end