Home Test Highlight
Post
Cancel

Test Highlight

 
def foo
  puts "foo"
end 
1
2
3
def foo
	puts 'foo'
end 
This post is licensed under CC BY 4.0 by the author.