Guest User

Untitled

a guest
Aug 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. def yet_another_method(first_arg, second_arg)
  2. "you passed in #{first_arg} and #{second_arg}"
  3. end
  4. # => :yet_another_method
Add Comment
Please, Sign In to add comment