Class: Newport::Build

Inherits:
Object
  • Object
show all
Defined in:
lib/newport/build.rb

Class Method Summary collapse

Class Method Details

.process(args) ⇒ Object



6
7
8
9
# File 'lib/newport/build.rb', line 6

def process(args)
  show_help if args[1] == 'help'
  build_blog
end