Sha256: ad68f000f71c73a6af914b0e1e44ba1b3d7a2dfeb9f249cc8f564feda34f496e

Contents?: true

Size: 182 Bytes

Versions: 5

Compression:

Stored size: 182 Bytes

Contents

module Gamefic

	Action.new nil, :quit do |actor|
		actor.destroy
	end
	Action.new nil, :commands do |actor|
		actor.tell actor.plot.commandwords.sort.join(", ")
	end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gamefic-0.0.5 lib/gamefic/action_ext/meta.rb
gamefic-0.0.4 lib/gamefic/action_ext/meta.rb
gamefic-0.0.3 lib/gamefic/action_ext/meta.rb
gamefic-0.0.2 lib/gamefic/action_ext/meta.rb
gamefic-0.0.1 lib/gamefic/action_ext/meta.rb