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