Guest User

Untitled

a guest
May 27th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. 1) load the meta deps from a source, define the methods, load the deps, then undefine the methods
  2.  
  3. 2) change the DSL: instead of
  4. tmbundle 'blah'
  5. use
  6. dep 'blah', :extends => :tmbundle
  7.  
  8. 3) another DSL change:
  9. using_meta :tmbundle, 'blah'
  10.  
  11. 4) introduce a convention - dotted extensions mean meta names, e.g.
  12. dep 'blah.tmbundle'
Add Comment
Please, Sign In to add comment