Method: B64File#start

Defined in:
lib/B64.rb

#startObject



17
18
19
20
21
22
23
24
# File 'lib/B64.rb', line 17

def start
  @opts = Trollop.options do
    opt :write, 'write to file', type: :string
    opt :read, 'read file', type: :string
    opt :delete, 'delete file', type: :string
    opt :add, 'add to file', type: :string
  end
end