Class: Octopolo::ExamplePlugin
- Inherits:
-
Object
- Object
- Octopolo::ExamplePlugin
- Defined in:
- lib/octopolo_plugin_example/example_plugin.rb
Constant Summary collapse
- EXAMPLE_CONSTANT =
'foobar'
Instance Method Summary collapse
Instance Method Details
#example_method ⇒ Object
5 6 7 |
# File 'lib/octopolo_plugin_example/example_plugin.rb', line 5 def example_method 'barfoo' end |