Module: Confabulator::ConfabulatorLanguage::Substitution2

Defined in:
lib/confabulator/language.rb

Instance Method Summary collapse

Instance Method Details

#nameObject



429
430
431
# File 'lib/confabulator/language.rb', line 429

def name
  elements[3]
end

#optionsObject



437
438
439
# File 'lib/confabulator/language.rb', line 437

def options
  elements[5]
end

#w1Object



425
426
427
# File 'lib/confabulator/language.rb', line 425

def w1
  elements[2]
end

#w2Object



433
434
435
# File 'lib/confabulator/language.rb', line 433

def w2
  elements[4]
end

#w3Object



441
442
443
# File 'lib/confabulator/language.rb', line 441

def w3
  elements[6]
end