24 Jan 2019   ruby


Things like this are possible

class String
  def to_s
  	4
  end
end
🍄