class Object
Public Instance Methods
in_order_to(do_something, *with_attributes, &actions)
click to toggle source
# File lib/cukesalad/cucumber_steps.rb, line 3 def in_order_to(do_something, *with_attributes, &actions) CukeSalad::TaskAuthor.in_order_to(do_something, *with_attributes, &actions) end