Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cristianrasch/a774fa06a7fa1f32eb61 to your computer and use it in GitHub Desktop.
Save cristianrasch/a774fa06a7fa1f32eb61 to your computer and use it in GitHub Desktop.
module TestHelper
module RequestClassMethods
def test_req_class_method
@req_class_ivar ||= 0
@req_class_ivar += 1
p "---"
p @req_class_ivar
p "---"
end
end
end
Roda.plugin TestHelper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment