Sha256: 87a7514ee8b33b1503ab531ea89b4bdd913af4c83824e58315efa6cb281bed16

Contents?: true

Size: 166 Bytes

Versions: 2

Compression:

Stored size: 166 Bytes

Contents

# frozen_string_literal: true

require_relative "bison/version"

module Bison
  class Error < StandardError; end

  def self.run
    puts "Running the gem"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bison-0.1.1 lib/bison.rb
bison-0.1.0 lib/bison.rb