I've just learned the difference between Array.push(*more_than_one) vs Array << just_one) but confused by the poster using Class#Method in his comments and Class.method in the code snippet (link 1 below).
I've read the post about Java # vs . in responses (link 2 below), but didn't catch the relevance to the HTML part.
I'm learning Ruby (before rails) and am from a C# .NetCF background (little lol at the # here) and could really do with some help as to why the notation differs between comments and code snippets ?
link 1 Ruby - Difference between Array#<< and Array#push
link 2 Why do some folks use Class#method instead of Class.method in correspondence?