page = ruby programming language url = https://www.ruby-lang.org analysed @ 2021-08-07 16:01 UTC # Output "I love Ruby" say = "I love Ruby" puts say # Output "I *LOVE* RUBY" say [ 'love' ] = "*love*" puts say . upcase # Output "I *love* Ruby" # five times 5 . times { puts say }
# Output "I love Ruby" say = "I love Ruby" puts say # Output "I *LOVE* RUBY" say [ 'love' ] = "*love*" puts say . upcase # Output "I *love* Ruby" # five times 5 . times { puts say }