bin/rubysmith in rubysmith-0.8.0 vs bin/rubysmith in rubysmith-0.9.0

- old
+ new

@@ -1,10 +1,7 @@ #! /usr/bin/env ruby # frozen_string_literal: true -# TODO: Remove once the Pattern Matching feature is fully supported. -Warning[:experimental] = false - require "rubysmith" require "rubysmith/cli/shell" Process.setproctitle Rubysmith::Identity::VERSION_LABEL Rubysmith::CLI::Shell.new.call ARGV