lib/ronin/cli/string_processor_command.rb in ronin-2.0.0.beta4 vs lib/ronin/cli/string_processor_command.rb in ronin-2.0.0.beta5

- old
+ new

@@ -35,11 +35,11 @@ # # @return [String] attr_reader :string # - # Initializes the stirng value. + # Initializes the string value. # # @param [String] string # The string value. # def initialize(string) @@ -118,10 +118,10 @@ # # Runs the command. # # @param [Array<String>] files - # Additional files to proceess. + # Additional files to process. # def run(*files) if (files.empty? && @input_values.empty?) process_input(stdin) else