General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Lawrence D’Oliveiro
Fireship
comments
Comments by "Lawrence D’Oliveiro" (@lawrencedoliveiro9104) on "Ruby in 100 Seconds" video.
I assume that, in Ruby, function/method definitions and class definitions are declarative, as they are in conventional languages. Remember in Python, these are just special forms of assignment statement, and the function names and class names are just variables that are assigned those objects. (Yes, functions and classes are objects.)
1