Sha256: a72f20302b9f23adbe54d28f93b13f228e1245a354c0fc2042feb63c6273a9be

Contents?: true

Size: 297 Bytes

Versions: 2

Compression:

Stored size: 297 Bytes

Contents

module Mayl
  # Public: The Commands module is a namespace for all the commands that Mayl
  # uses.
  module Commands
  end
end

require 'mayl/commands/set'
require 'mayl/commands/get'
require 'mayl/commands/edit'
require 'mayl/commands/cd'
require 'mayl/commands/exit'
require 'mayl/commands/ls'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mayl-0.1.0 lib/mayl/commands.rb
mayl-0.0.1 lib/mayl/commands.rb