Class: LocalUnfuddleNotebook::App
- Inherits:
-
Thor
- Object
- Thor
- LocalUnfuddleNotebook::App
- Defined in:
- lib/local_unfuddle_notebook/app.rb
Instance Method Summary collapse
Instance Method Details
#checkout ⇒ Object
12 13 14 |
# File 'lib/local_unfuddle_notebook/app.rb', line 12 def checkout Notebook.with_attributes().pull end |
#pull ⇒ Object
17 18 19 |
# File 'lib/local_unfuddle_notebook/app.rb', line 17 def pull Notebook.local.pull end |