Something like Datalog in Ruby. Aries a placeholder name, can't think of something clever right now.
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.

16 lines
370B

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