Sha256: 569ac170519c93f169b17731f2d203621141d304ba489f01ea28153b9eedc803

Contents?: true

Size: 618 Bytes

Versions: 3

Compression:

Stored size: 618 Bytes

Contents

# YNelson::Place is analogical to a spreadsheet cell. It is based on
# YPetri::Place and offers simlar interace.
# 
class YNelson::Place < YPetri::Place
  include YNelson::Yzz

  # include Mongoid::Document
  # store_in collection: "places", database: "y_nelson"

  alias call along # .( :dim ) instead of .along( :dim )

  class << self
    private :new
  end

  def initialize( *args )
    super
    
  end

  # Subclass of YTed::Zz::Side.
  # 
  class Side < Side
    # "Budding": creation of new cells from the cell sides.
    # 
    def bud( value: L!, f: nil )
      # FIXME
    end
    alias :>> :bud
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
y_nelson-2.0.4 lib/y_nelson/place.rb
y_nelson-2.0.3 lib/y_nelson/place.rb
y_nelson-2.0.1 lib/y_nelson/place.rb