Method: Base#initialize

Defined in:
lib/elfcat/base.rb

#initializeBase

Returns a new instance of Base.



4
5
6
7
# File 'lib/elfcat/base.rb', line 4

def initialize
  @data = Hash.new
  @debug = Proc.new { self.debug }
end