# File lib/staticmatic/base.rb, line 58 def run(command) if %w(build setup preview).include?(command) send(command) else puts "#{command} is not a valid StaticMatic command" end end