Method: Timebomb::BombFile#initialize

Defined in:
lib/timebomb.rb

#initialize(path) ⇒ BombFile

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