Module: Pokotarou

Defined in:
lib/pokotarou.rb,
lib/pokotarou.rb,
lib/pokotarou/version.rb

Defined Under Namespace

Classes: Operater

Constant Summary collapse

VERSION =
'1.2.0'

Class Method Summary collapse

Class Method Details

.execute(input) ⇒ Object



116
117
118
# File 'lib/pokotarou.rb', line 116

def execute input
  Operater.execute(input)
end

.gen_handler(filepath) ⇒ Object



136
137
138
# File 'lib/pokotarou.rb', line 136

def gen_handler filepath
  Operater.gen_handler(filepath)
end

.gen_handler_with_cache(filepath) ⇒ Object



140
141
142
# File 'lib/pokotarou.rb', line 140

def gen_handler_with_cache filepath
  Operater.gen_handler_with_cache(filepath)
end

.import(filepath) ⇒ Object



124
125
126
# File 'lib/pokotarou.rb', line 124

def import filepath
  Operater.import(filepath)
end

.pipeline_execute(input_arr) ⇒ Object



120
121
122
# File 'lib/pokotarou.rb', line 120

def pipeline_execute input_arr
  Operater.pipeline_execute(input_arr)
end

.resetObject



132
133
134
# File 'lib/pokotarou.rb', line 132

def reset
  Operater.reset()
end

.set_args(hash) ⇒ Object



128
129
130
# File 'lib/pokotarou.rb', line 128

def set_args hash
  Operater.set_args(hash)
end