Sha256: a70d69c3aa23370c910ef8cb8361b9888d6e73f3201100222b267fa586a4f2ec

Contents?: true

Size: 126 Bytes

Versions: 8

Compression:

Stored size: 126 Bytes

Contents

class CommandArray < Array

  def update
  end

  def add command
    self << command if(!include?(command))
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
dev_tasks-0.0.163 lib/commandarray.rb
dev_tasks-0.0.162 lib/commandarray.rb
dev_tasks-0.0.161 lib/commandarray.rb
dev_tasks-0.0.160 lib/commandarray.rb
dev_tasks-0.0.159 lib/commandarray.rb
dev_tasks-0.0.158 lib/commandarray.rb
dev_tasks-0.0.157 lib/commandarray.rb
dev_tasks-0.0.156 lib/commandarray.rb