class BB8::Commands::Version

Public Class Methods

call() click to toggle source
# File lib/bb8/commands/version.rb, line 2
def self.call
  puts "BB-8 Version #{BB8::VERSION}"
end