class CooCoo::Dot::Block

Attributes

kind[R]
options[R]

Public Class Methods

new(kind, options) click to toggle source
# File lib/coo-coo/dot.rb, line 7
def initialize(kind, options)
  @kind = kind
  @options = options
end