Class: Alki::Assembly::Type

Inherits:
Object
  • Object
show all
Defined in:
lib/alki/assembly/type.rb

Instance Method Summary collapse

Instance Method Details

#index(*args) ⇒ Object



4
5
6
# File 'lib/alki/assembly/type.rb', line 4

def index(*args)
  handler(args).index
end

#output(*args) ⇒ Object



8
9
10
# File 'lib/alki/assembly/type.rb', line 8

def output(*args)
  handler(args).output
end