module Morpho

Constants

VERSION

Attributes

config[W]

Public Class Methods

config() click to toggle source
# File lib/morpho.rb, line 20
def config
  @config ||= Morpho::Configuration.new
end
configure() { |config| ... } click to toggle source
# File lib/morpho.rb, line 16
def configure
  yield config
end