Class: AudioStream::CLI
- Inherits:
-
Thor
- Object
- Thor
- AudioStream::CLI
- Includes:
- Time, Thor::Actions
- Defined in:
- lib/audiostream/cli.rb
Instance Method Summary collapse
Methods included from Time
Methods included from Helpers
Instance Method Details
#banner ⇒ Object
14 15 16 17 18 19 20 21 |
# File 'lib/audiostream/cli.rb', line 14 def 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" |
#version ⇒ Object
24 25 26 |
# File 'lib/audiostream/cli.rb', line 24 def version puts AudioStream::VERSION end |