Parent

Methods

Yapra::Plugin::Test::Test

Public Instance Methods

on_error(ex) click to toggle source
# File lib-plugins/yapra/plugin/test/test.rb, line 10
def on_error(ex)
  puts 'on error!!'
end
run(data) click to toggle source
# File lib-plugins/yapra/plugin/test/test.rb, line 5
def run(data)
  puts 'test!!'
  data
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.