Skip to content

Instantly share code, notes, and snippets.

@csalzman
Created May 12, 2012 00:53
Show Gist options
  • Save csalzman/2663416 to your computer and use it in GitHub Desktop.
Save csalzman/2663416 to your computer and use it in GitHub Desktop.
End
module End
class End
def initialize
@end = 'end'
end
def end(end_end)
return @end
end
end
end
endend = End::End.new()
puts endend.end(:end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment