class Postmod::Action

Public Class Methods

call(*args) click to toggle source
# File lib/postmod/action.rb, line 4
def self.call(*args)
  new(*args).call
end