carlosbrando (owner)

Revisions

gist: 22757 Download_button fork
public
Public Clone URL: git://gist.github.com/22757.git
Embed All Files: show embed
Text #
1
2
3
4
5
class NilClass
  def to_s
    "n/a"
  end
end