Method: BCDice::Preprocessor.process

Defined in:
lib/bcdice/preprocessor.rb

.process(text, game_system) ⇒ String

Parameters:

  • text (String)
  • game_system (Base)

Returns:

  • (String)


14
15
16
# File 'lib/bcdice/preprocessor.rb', line 14

def self.process(text, game_system)
  Preprocessor.new(text, game_system).process()
end