I am using the carmen gem and following the instructions there. When I execute these statements:
require 'carmen'
include Carmen
us = Country.named('United States')
I get a
NameError: uninitialized constant Country
even though I have required and included Carmen
. require
returns true
and include
returns Object