Method: BooticCli::FileRunner#run

Defined in:
lib/bootic_cli/file_runner.rb

#runObject



14
15
16
# File 'lib/bootic_cli/file_runner.rb', line 14

def run
  self.instance_eval File.read(@file_name), @file_name
end