Method: Ikra::Symbolic::ArrayCommand#input
- Defined in:
- lib/symbolic/symbolic.rb
#input ⇒ Object (readonly)
An array of commands that serve as input to this command. The number of input commands depends on the type of the command.
166 167 168 |
# File 'lib/symbolic/symbolic.rb', line 166 def input @input end |