Initial commit - Rebase of local and remote branches
This commit is contained in:
8
lib/skeksis.rb
Normal file
8
lib/skeksis.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require_relative "skeksis/version"
|
||||
|
||||
module Skeksis
|
||||
class Error < StandardError; end
|
||||
# Your code goes here...
|
||||
end
|
||||
Reference in New Issue
Block a user