Method: Howitzer::Web::Section.me
- Defined in:
- lib/howitzer/web/section.rb
.me(*args, **options) ⇒ Object
DSL method which specifies section container selector represented by HTML element. Any elements described in sections will start in this HTML element.
28 29 30 31 32 33 34 |
# File 'lib/howitzer/web/section.rb', line 28 def me(*args, **) raise ArgumentError, 'Finder arguments are missing' if args.blank? @default_finder_args = args = self end |