Module: HappyDayPlugin
- Defined in:
- lib/happy_day_plugin.rb,
lib/happy_day_plugin/version.rb
Defined Under Namespace
Classes: Error, FindImage
Constant Summary
collapse
- VERSION =
"0.1.3"
Class Method Summary
collapse
Class Method Details
.hi(p) ⇒ Object
18
19
20
21
|
# File 'lib/happy_day_plugin.rb', line 18
def self.hi(p)
cc = FindImage.new(p)
cc.find
end
|