Guest User

Untitled

a guest
May 16th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. GitHub.register :helper do |name, comma_args|
  2. comma_args ||= ''
  3. puts helper.send(name, comma_args.split(/,/))
  4. end
Add Comment
Please, Sign In to add comment