Class: Lorca

Inherits:
Object
  • Object
show all
Extended by:
LorcaCore::LorcaExtension
Defined in:
lib/lorca.rb,
lib/lorca/doc.rb,
lib/lorca/version.rb,
lib/lorca/manifest.rb,
lib/lorca/expansions/cli.rb,
lib/lorca/expansions/phrases.rb

Overview

Lorca main class.

Defined Under Namespace

Modules: CLI, LorcaCore, LorcaDoc, LorcaManifest, Phrases

Constant Summary collapse

LorcaDiceError =

Exception raised by an invalid number of dice

Class.new StandardError
LorcaRangeError =

Exception raised by an invalid range

Class.new StandardError
LorcaCounterError =

Exception raised by an invalid counter

Class.new StandardError
LorcaMajorVersion =

Major version. Updated for changes that may require users to modify their code.

0
LorcaMinorVersion =

Minor version. Updated for new feature releases.

5
LorcaPatchVersion =

Patch version. Updated only for bug fixes from the last feature release.

0
LorcaVersion =

Full version as a string.

"#{LorcaMajorVersion}.#{LorcaMinorVersion}.#{LorcaPatchVersion}"

Instance Attribute Summary

Attributes included from LorcaCore::LorcaExtension

#settings

Method Summary

Methods included from LorcaCore::LorcaExtension

add