module Ellington

options: www.graphviz.org/doc/info/attrs.html colors: www.graphviz.org/doc/info/colors.html

Constants

VERSION

Public Class Methods

logger() click to toggle source
# File lib/ellington/logger.rb, line 3
def self.logger
  @logger
end
logger=(value) click to toggle source
# File lib/ellington/logger.rb, line 7
def self.logger=(value)
  @logger = value
end