Module: Howitzer::Web::ElementDsl
- Includes:
- Utils::ArgumentConvertable, CapybaraContextHolder
- Included in:
- BaseSection, Page
- Defined in:
- lib/howitzer/web/element_dsl.rb
Overview
This module combines element dsl methods
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
:nodoc:.
Methods included from CapybaraContextHolder
Class Method Details
.included(base) ⇒ Object
:nodoc:
9 10 11 |
# File 'lib/howitzer/web/element_dsl.rb', line 9 def self.included(base) # :nodoc: base.extend(ClassMethods) end |