module HelloFalcon

Constants

VERSION

Public Class Methods

greet() click to toggle source
# File lib/hello_falcon.rb, line 6
def self.greet
  "Show me your moves!"
end