Class: AudioStream::CLI

Inherits:
Thor
  • Object
show all
Includes:
Time, Thor::Actions
Defined in:
lib/audiostream/cli.rb

Instance Method Summary collapse

Methods included from Time

#time

Methods included from Helpers

#mp3

Instance Method Details



14
15
16
17
18
19
20
21
# File 'lib/audiostream/cli.rb', line 14

def banner
  puts "AudioStream (C)2013 CompuTEK Industries. All Rights Reserved.\nLicenced for usage and distribution under a BSD version 2 Licence.\n\n  EOL\n  help\nend\n"

#versionObject



24
25
26
# File 'lib/audiostream/cli.rb', line 24

def version
  puts AudioStream::VERSION
end