Method: Mj::AlternativeFile::Commands::ListCommand#initialize

Defined in:
lib/mj/alternative_file/commands/list_command.rb

#initialize(file, options) ⇒ ListCommand

Returns a new instance of ListCommand.



9
10
11
12
# File 'lib/mj/alternative_file/commands/list_command.rb', line 9

def initialize(file, options)
  @file = CurrentFile.new(file.to_s)
  @options = options
end