class SayAgain::CLI::Commands::Version
Public Instance Methods
call(*)
click to toggle source
# File lib/sayagain/cli/commands.rb, line 7 def call(*) puts "1.0.0" end
# File lib/sayagain/cli/commands.rb, line 7 def call(*) puts "1.0.0" end