Module: Hai::Plugin

Defined in:
lib/hai/plugin.rb,
lib/hai/plugin/version.rb

Defined Under Namespace

Classes: Error

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.helloObject

Your code goes here…



10
11
12
# File 'lib/hai/plugin.rb', line 10

def self.hello
  p 'hello world'
end