Module: Sashite::GAN
- Defined in:
- lib/sashite/gan.rb,
lib/sashite/gan/abbr.rb,
lib/sashite/gan/error.rb,
lib/sashite/gan/piece.rb,
lib/sashite/gan/parser.rb,
lib/sashite/gan/error/type.rb,
lib/sashite/gan/error/style.rb,
lib/sashite/gan/error/string.rb
Overview
The GAN (General Actor Notation) module.
Defined Under Namespace
Modules: Error, Parser Classes: Abbr, Piece
Constant Summary collapse
- SEPARATOR_CHAR =
':'
Class Method Summary collapse
-
.parse(string) ⇒ Piece
Parse the GAN string into a Ruby object structure and return it.