Module: Polyhedral
- Defined in:
- lib/polyhedral.rb,
lib/polyhedral/die.rb
Overview
die.rb [email protected]
Defined Under Namespace
Classes: Die
Constant Summary collapse
- NAME =
'polyhedral'- VERSION =
'0.0.1'- COPYRIGHT =
'Copyright (c) 2008 Ramsey Dow'
Class Method Summary collapse
Class Method Details
.copyright ⇒ Object
10 |
# File 'lib/polyhedral.rb', line 10 def self.copyright() Polyhedral::COPYRIGHT end |
.libdir ⇒ Object
12 |
# File 'lib/polyhedral.rb', line 12 def self.libdir() File.(__FILE__).gsub(%r/\.rb$/, '') end |
.version ⇒ Object
11 |
# File 'lib/polyhedral.rb', line 11 def self.version() Polyhedral::VERSION end |