initial commit
This commit is contained in:
commit
5779c37f5b
19 changed files with 421 additions and 0 deletions
7
lib/phlexite.rb
Normal file
7
lib/phlexite.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require_relative "phlexite/version"
|
||||
|
||||
module Phlexite
|
||||
class Error < StandardError; end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue