Sha256: 274f2eb6c83466eeee2cddc7c5acacc4dfb0e0c435b5c601cb58eee6e49602fe

Contents?: true

Size: 236 Bytes

Versions: 2

Compression:

Stored size: 236 Bytes

Contents

# frozen_string_literal: true

Dir[File.join(__dir__, 'solana_ruby', '*.rb')].each { |file| require file }
# Dir["solana_ruby/*.rb"].each { |f| require_relative f.delete(".rb") }
module SolanaRuby
  class Error < StandardError; end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
solana-ruby-web3js-2.1.0 lib/solana_ruby.rb
solana-ruby-web3js-2.0.2 lib/solana_ruby.rb