Module: Tomograph
- Defined in:
- lib/tomograph.rb,
lib/tomograph/version.rb,
lib/tomograph/tomogram.rb,
lib/tomograph/configuration.rb
Defined Under Namespace
Classes: Configuration, Tomogram
Constant Summary collapse
- VERSION =
'0.2.1'.freeze
Class Method Summary collapse
Class Method Details
.configuration ⇒ Object
10 11 12 |
# File 'lib/tomograph.rb', line 10 def configuration @configuration ||= Configuration.new end |
.configure {|configuration| ... } ⇒ Object
6 7 8 |
# File 'lib/tomograph.rb', line 6 def configure yield configuration end |