mirror of
https://github.com/jimeh/blank_gem.git
synced 2026-02-19 12:56:47 +00:00
feat!: Implement blank_gem that does nothing.
This commit is contained in:
5
lib/blank_gem.rb
Normal file
5
lib/blank_gem.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'blank_gem/version'
|
||||
|
||||
module BlankGem; end
|
||||
Reference in New Issue
Block a user