zoer/xmlable

View on GitHub
lib/xmlable/options.rb

Summary

Maintainability
A
0 mins
Test Coverage
module XMLable
  #
  # Options module contains the options handlers
  #
  module Options
  end
end
require_relative 'options/storage'
require_relative 'options/nokogiri_export'