Closed jbranchaud closed 9 years ago
The post-install message for this gem instructs the user to run require treat from irb, however, the actual, functioning line of code involves quotes, namely, require 'treat'.
require treat
require 'treat'
The post-install message for this gem instructs the user to run
require treat
from irb, however, the actual, functioning line of code involves quotes, namely,require 'treat'
.