You can use Octopussy like this:
Octopussy.user "my_account"
But I cannot find the "user" method in the API documentation http://rdoc.info/github/pengwynn/octopussy/master/Octopussy
According to the documentation that module is extended by SingleForwardable.
That module has to contain the method "user" but I cannot find that module.
Why is that?