Class: SweetPi::Runner

Inherits:
Thor
  • Object
show all
Defined in:
lib/sweet_pi/runner.rb

Instance Method Summary collapse

Instance Method Details

#calc_piObject



13
14
15
16
# File 'lib/sweet_pi/runner.rb', line 13

def calc_pi
  puts "test"
  options[:from] if options[:from]
end

#versionObject



20
21
22
# File 'lib/sweet_pi/runner.rb', line 20

def version
  puts VERSION
end