Something like Datalog in Ruby. Aries a placeholder name, can't think of something clever right now.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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__)