Skip to content

Instantly share code, notes, and snippets.

@blatyo
Created November 21, 2011 00:42
Show Gist options
  • Select an option

  • Save blatyo/1381287 to your computer and use it in GitHub Desktop.

Select an option

Save blatyo/1381287 to your computer and use it in GitHub Desktop.
tis = %w(SR123 SR234 SR5677)
MessageDispatcher.some_method(*tis)
class MessageDispatcher
def some_method(ti1, ti2, ti3, *other_tis)
#blah
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment