Method: Ruote::CodeParticipant#initialize
- Defined in:
- lib/ruote/part/code_participant.rb
#initialize(opts) ⇒ CodeParticipant
Returns a new instance of CodeParticipant.
37 38 39 40 |
# File 'lib/ruote/part/code_participant.rb', line 37 def initialize(opts) @opts = opts end |