This is just a little test post.
# A code example
class Foo
def initialize(name)
@name = name
end
def say_hello
puts "hello, #{name}"
end
end
Some more writing after, including a link.
This is just a little test post.
# A code example
class Foo
def initialize(name)
@name = name
end
def say_hello
puts "hello, #{name}"
end
end
Some more writing after, including a link.