Sha256: 6c0c589516473183e43dd5633e4bc730a2375879f0bd28130a8b54c8a9b645c9

Contents?: true

Size: 300 Bytes

Versions: 1

Compression:

Stored size: 300 Bytes

Contents

require_relative 'attributes'

module Woyo

module Actions

  include Attributes

  def action *acts, &block
    send :_attributes, acts, ivn: '@actions', &block
  end

  def actions *acts, &block
    send :_attributes, acts, ivn: '@actions', &block
  end

  def do act
    send act
  end

end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
woyo-world-0.0.7 lib/woyo/world/actions.rb