Module: Zoanthid
- Defined in:
- lib/zoanthid.rb,
lib/zoanthid/version.rb,
lib/zoanthid/example_group.rb
Defined Under Namespace
Modules: DSL, ExampleGroup Classes: Browser
Constant Summary collapse
- VERSION =
"0.1.2"
Class Method Summary collapse
Class Method Details
.app ⇒ Object
7 8 9 |
# File 'lib/zoanthid.rb', line 7 def self.app @app end |
.app=(app) ⇒ Object
11 12 13 |
# File 'lib/zoanthid.rb', line 11 def self.app=(app) @app = app end |