Method: BCDice::GameSystem::Paranoia#initialize

Defined in:
lib/bcdice/game_system/Paranoia.rb

#initialize(command) ⇒ Paranoia

Returns a new instance of Paranoia.



23
24
25
26
# File 'lib/bcdice/game_system/Paranoia.rb', line 23

def initialize(command)
  super(command)
  @enabled_upcase_input = false
end