/learning-ruby

I like Ruby, started small, but its now gaining traction as I like it even more

Primary LanguageRubyApache License 2.0Apache-2.0

learning-ruby

Just some snippets while underway trying to learning a new language

questions

  • Method defitions: why would one want to undef a already existing method? What would be the usecase?

notes

  • &proc When an argument preceded by an ampersand, it will accept the block when one is submitted and convert it to a Proc object