Has anyone got any good suggestions for boosting my Ruby knowledge ... 
emails to sign up for, groups to join, podcasts etc?

I'm thinking of short 'snack' like items that make improve your coding (I 
can code in Ruby so not looking for a learn to code course or tutorial)

For example, this morning I've found that I can use the symbol to_proc 
magic to write a simple factorial function:

def factorial(n)
  n == 0 ? 1 : n.downto(1).reduce(:*)
end

So far I've signed up for One Ruby Thing newsletter, but anything else 
would be useful.

Thanks,

Daz

-- 
You received this message because you are subscribed to the Google Groups 
"North West Ruby User Group (NWRUG)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nwrug-members+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/nwrug-members/df79c306-e405-434a-99f1-c9c45a7631d7n%40googlegroups.com.

Reply via email to