# File lib/rubigen/commands.rb, line 19 def self.included(base) base.send(:define_method, :command) do |command| Commands.instance(command, self) end end