Testing some stuff.
code generated with pyments
def foo
puts 'foo'
end
with line numbers
1 def foo
2 puts 'foo'
3 end
embeded gist
def foo():
print 'bar'
committed 17 Jan 2010
Testing some stuff.
def foo
puts 'foo'
end
with line numbers
1 def foo
2 puts 'foo'
3 end
embeded gist
def foo():
print 'bar'