Class: MSpec::Opal::Index
Constant Summary
- HTML =
- <<-HTML <!DOCTYPE html> <html> <head> <title>Opal Specs</title> </head> <body> <script src="/mspec/opal/main.js"></script> </body> </html> HTML 
Instance Method Summary collapse
- #call(env) ⇒ Object
- 
  
    
      #initialize(app)  ⇒ Index 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Index. 
Constructor Details
#initialize(app) ⇒ Index
Returns a new instance of Index
| 257 258 259 | # File 'opal/lib/mspec/opal/rake_task.rb', line 257 def initialize(app) @app = app end |