Module: Polyhedral

Defined in:
lib/polyhedral.rb,
lib/polyhedral/die.rb

Overview

Defined Under Namespace

Classes: Die

Constant Summary collapse

NAME =
'polyhedral'
VERSION =
'0.0.1'
'Copyright (c) 2008 Ramsey Dow'

Class Method Summary collapse

Class Method Details



10
# File 'lib/polyhedral.rb', line 10

def self.copyright() Polyhedral::COPYRIGHT end

.libdirObject



12
# File 'lib/polyhedral.rb', line 12

def self.libdir() File.expand_path(__FILE__).gsub(%r/\.rb$/, '') end

.versionObject



11
# File 'lib/polyhedral.rb', line 11

def self.version() Polyhedral::VERSION end