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'

Comments

Fork me on GitHub