Module: Speedflow::Plugin::Test
- Defined in:
- lib/speedflow/plugin/test.rb,
lib/speedflow/plugin/test/version.rb
Overview
Speedflow test plugin
Constant Summary collapse
- VERSION =
'0.1.0'.freeze
Class Method Summary collapse
Class Method Details
.method_missing(*args) ⇒ Object
8 9 10 11 12 13 |
# File 'lib/speedflow/plugin/test.rb', line 8 def method_missing(*args) action = args.first arguments = args.last puts "Load: #{action} with args: #{arguments}" end |