@@ -1,2 +1,16 @@
#!/usr/bin/ruby
puts "Hello World"
class Hello
def initialize
@message = "Hello World!"
end
def say_hi
puts @message
h = Hello.new
h.say_hi
The note is not visible to the blocked user.