module Capybara::RSpecMatchers::SpatialSugar

def options

def options
  # (@args.last.is_a?(Hash) ? @args : @args.push({})).last
  @kw_args
end