This website requires JavaScript.
Explore
Help
Sign In
chiu
/
repost-master
Watch
1
Star
0
Fork
You've already forked repost-master
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
repost-master
/
lib
/
repost
/
action.rb
9 lines
122 B
Ruby
Raw
Permalink
Blame
History
module
Repost
class
Action
def
self
.
perform
(
*
args
)
action
=
new
(
*
args
)
action
.
perform
end
end
end
Reference in New Issue
View Git Blame
Copy Permalink