nomoon/lunanode

View on GitHub
lib/lunanode/api_actions/floating.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true
require "lunanode/api_actions/default/floating"

module Lunanode
  module APIActions
    module Floating
      # Contents may extend or overwrite methods from the default module.
    end
  end
end