module PcaprubHelper::DSL

DSL module can be included for Pcaprub helper

Public Instance Methods

capture_this(&block) click to toggle source
# File lib/pcaprub_helper/dsl.rb, line 7
def capture_this(&block)
  PcaprubHelper.capture_this(&block)
end
verify_path_string(*args) click to toggle source
# File lib/pcaprub_helper/dsl.rb, line 15
def verify_path_string(*args)
  PcaprubHelper.verify_path_string(args)
end
verify_query_string(**kwargs) click to toggle source
# File lib/pcaprub_helper/dsl.rb, line 11
def verify_query_string(**kwargs)
  PcaprubHelper.verify_query_string(kwargs)
end