Module: BetterPlugin
Instance Method Summary collapse
Instance Method Details
#better(context) ⇒ Object
3 4 5 |
# File 'lib/what_cd/better_plugins/better_plugin.rb', line 3 def better(context) raise 'This method should be implemented by every better plugin and return the context, modified or not' end |
#description ⇒ Object
7 8 9 |
# File 'lib/what_cd/better_plugins/better_plugin.rb', line 7 def description raise 'This method should be implemented by every better plugin and describe the plugin' end |