Returns a new instance of BombFile.
175 176 177 178
# File 'lib/timebomb.rb', line 175 def initialize(path) @path = Pathname.new(path) @bomb = Bomb.new end