Skip to content

Instantly share code, notes, and snippets.

@Narnach
Created November 30, 2008 18:27
Show Gist options
  • Save Narnach/30496 to your computer and use it in GitHub Desktop.
Save Narnach/30496 to your computer and use it in GitHub Desktop.
class InClass
def dothis
[1,2,3].each do |n|
Local.puts(n.to_s())
InClass.start().dothis()
puts("lala")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment