Module: Gamefic::Source

Defined in:
lib/gamefic/source.rb

Overview

Plots use Source classes to fetch scripts to be executed. The most common type of Source class is Source::File, which searches for scripts in a predefined list of directories on the filesystem, similar to the way that Kernel#require works.

Defined Under Namespace

Classes: Base, File, Text