Class: TestInstanceMethods
| Defined in: | node_modules/grunt-codo/node_modules/codo/spec/_templates/methods/instance_methods.coffee | 
Instance Method Summary
- # (void) helper()
 - # (void) another(param, obj)
 - # (void) anotherWithValues(param = 123, obj = { a: 1 }, yup, comp = new TestInstanceMethods())
 - # (void) nowWithSpalt(foo, bar...)
 - # (void) bound() Bound
 
Instance Method Details
      #
(void)
helper()
      
    
      #
(void)
another(param, obj)
      
    
      #
(void)
anotherWithValues(param = 123, obj = {
  a: 1
}, yup, comp = new TestInstanceMethods())
      
    
      #
(void)
nowWithSpalt(foo, bar...)
      
    
      #
(void)
bound()
      Bound