Ruby gem for building arbitrary static websites. https://rubygems.org/gems/petrify
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 

15 rader
342 B

  1. #!/usr/bin/env ruby
  2. require "bundler/setup"
  3. require "petrify"
  4. # You can add fixtures and/or initialization code here to make experimenting
  5. # with your gem easier. You can also use a different console, if you like.
  6. # (If you use this, don't forget to add pry to your Gemfile!)
  7. # require "pry"
  8. # Pry.start
  9. require "irb"
  10. IRB.start(__FILE__)