Method: Act::Command#validate!

Defined in:
lib/act/command.rb

#validate!Object



34
35
36
37
# File 'lib/act/command.rb', line 34

def validate!
  super
  help! 'A file is required.' unless @file_string
end