Module: Berycoin::Gem::Control

Defined in:
lib/berycoin/gem.rb

Class Method Summary collapse

Class Method Details

.getinfoObject



80
81
82
# File 'lib/berycoin/gem.rb', line 80

def Control.getinfo
  H.getinfo
end

.helpObject



83
84
85
# File 'lib/berycoin/gem.rb', line 83

def Control.help
  H.help
end

.stopObject



86
87
88
# File 'lib/berycoin/gem.rb', line 86

def Control.stop
  H.stop
end