Class: Twirly::Commands::Pull

Inherits:
Base
  • Object
show all
Defined in:
lib/twirly/commands/pull.rb

Instance Attribute Summary

Attributes inherited from Base

#args, #options

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Twirly::Commands::Base

Instance Method Details

#runObject



4
5
6
# File 'lib/twirly/commands/pull.rb', line 4

def run
  (Twirly::Compiler.new).pull
end