github.com/yankunsam/loki/v2@v2.6.3-0.20220817130409-389df5235c27/clients/cmd/fluentd/bin/console (about)

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