# File lib/rabbit/gettext.rb, line 8 def included(mod) mod.send(:include, ::GetText) mod.bindtextdomain(DOMAIN) end