Method: FakeS3::CLI#version

Defined in:
lib/fakes3/cli.rb

#versionObject



62
63
64
65
66
67
68
69
# File 'lib/fakes3/cli.rb', line 62

def version
  puts <<"EOF"
======================
FakeS3 #{FakeS3::VERSION}

Copyright 2012, Curtis Spencer (@jubos)
EOF
end