9 lines
167 B
Ruby
9 lines
167 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
require_relative "monetico_paiement/version"
|
||
|
|
||
|
module MoneticoPaiement
|
||
|
class Error < StandardError; end
|
||
|
# Your code goes here...
|
||
|
end
|