class Hoge
attr_reader :msg
def initialize(msg)
@msg = msg
end
def hello
puts "Hello, #{msg}"
end
end
def hello
puts 'Hello'
end
test paragraph
echo 'This is the test page1'
test quote
def hello
puts 'This is the test page 4'
end
test paragraph
function hoge() {
return 'This is the test page3';
}
test quote