Method: Origen.current_command
- Defined in:
- lib/origen.rb
.current_command ⇒ Object
Returns the name of the currently executing Origen command (a String), e.g. ‘generate’, ‘program’, ‘compile’, etc.
744 745 746 |
# File 'lib/origen.rb', line 744 def current_command @current_command end |