Module: Confabulator::ConfabulatorLanguage::Substitution2

Defined in:
lib/confabulator/language.rb

Instance Method Summary collapse

Instance Method Details

#nameObject



494
495
496
# File 'lib/confabulator/language.rb', line 494

def name
  elements[3]
end

#optionsObject



502
503
504
# File 'lib/confabulator/language.rb', line 502

def options
  elements[5]
end

#w1Object



490
491
492
# File 'lib/confabulator/language.rb', line 490

def w1
  elements[2]
end

#w2Object



498
499
500
# File 'lib/confabulator/language.rb', line 498

def w2
  elements[4]
end

#w3Object



506
507
508
# File 'lib/confabulator/language.rb', line 506

def w3
  elements[6]
end