Guest User

Untitled

a guest
Apr 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. def is_a?(role_name)
  2. begin
  3. send(:"is_#{role_name}?")
  4. rescue
  5. super(role_name)
  6. end
  7. end
Add Comment
Please, Sign In to add comment