module LeapSampleGem

Constants

VERSION

Public Class Methods

main() click to toggle source
# File lib/leap_sample_gem.rb, line 4
def self.main
  puts 'I have leap motion sample.'
end