lib/robot/commands/right.rb in robot_rea-0.1.5 vs lib/robot/commands/right.rb in robot_rea-0.1.6

- old
+ new

@@ -1,8 +1,10 @@ +# frozen_string_literal: true + module Robot module Commands class Right < Base - RIGHT = 'RIGHT'.freeze + RIGHT = 'RIGHT' def self.matches?(command) command == RIGHT end