# File lib/compass/exec.rb, line 55 def perform! if options[:command] do_command(options[:command]) else puts self.opts end end