Class: CypressRails::Open
- Inherits:
-
Object
- Object
- CypressRails::Open
- Defined in:
- lib/cypress-rails/open.rb
Instance Method Summary collapse
- #call(config = Config.new) ⇒ Object
-
#initialize ⇒ Open
constructor
A new instance of Open.
Constructor Details
#initialize ⇒ Open
Returns a new instance of Open.
6 7 8 |
# File 'lib/cypress-rails/open.rb', line 6 def initialize @launches_cypress = LaunchesCypress.new end |