Tip: Click lines to highlight, hold ctrl/cmd to multi-select
http://codedumper.com/evebe (28-May @ 10:32)
Syntax Highlighted Code
- class Example
- def foo
- put 'bar'
- end
- end
Plain Code
class Example
def foo
put 'bar'
end
end
Tip: Click lines to highlight, hold ctrl/cmd to multi-select
class Example
def foo
put 'bar'
end
end