Method: CEML::Script#cast
- Defined in:
- lib/ceml/lang/script.rb
#cast ⇒ Object Also known as: dramatis_personae
69 70 71 72 |
# File 'lib/ceml/lang/script.rb', line 69 def cast return elements.first.casting_statement if elements.first.respond_to? :casting_statement return DefaultDP.new nil, [:agents], 0, :gather end |