Method: JIJI::GraphOut#initialize

Defined in:
lib/jiji/output.rb

#initialize(dir, name, options, scales = []) ⇒ GraphOut

コンストラクタ



206
207
208
209
# File 'lib/jiji/output.rb', line 206

def initialize( dir, name, options, scales=[] ) #:nodoc:
  @scales = scales
  super( dir, name, options )
end