class Lyricsender::CLI::Commands::Version

Public Instance Methods

call(*) click to toggle source
# File bin/lyricsender, line 26
def call(*)
  puts "lyricsender v#{Lyricsender::VERSION}"
end