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
-
.hello ⇒ Object
Your code goes here…
Class Method Details
.hello ⇒ Object
Your code goes here…
10 11 12 |
# File 'lib/hai/plugin.rb', line 10 def self.hello p 'hello world' end |