35 36 37 38 39 40 41
# File 'lib/commands/base_command.rb', line 35 def run if params[:version] puts Staticz::VERSION else puts help end end