Module: Waluigi::TaskHelper

Defined in:
lib/waluigi/helpers.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(m, *_args, **_kwards, &_block) ⇒ Object



11
12
13
# File 'lib/waluigi/helpers.rb', line 11

def method_missing m, *_args, **_kwards, &_block
	@python_obj.send m
end

Instance Method Details

#inputObject



7
8
9
# File 'lib/waluigi/helpers.rb', line 7

def input
	@python_obj.input
end

#outputObject



3
4
5
# File 'lib/waluigi/helpers.rb', line 3

def output
	@python_obj.output
end