Method: Zold::Txns#initialize

Defined in:
lib/zold/txns.rb

#initialize(file) ⇒ Txns

Returns a new instance of Txns.



35
36
37
# File 'lib/zold/txns.rb', line 35

def initialize(file)
  @file = file
end