zoer/xmlable

View on GitHub
lib/xmlable/handlers/root_none.rb

Summary

Maintainability
A
0 mins
Test Coverage
module XMLable
  module Handlers
    #
    # RootNone represents null object pattern for the
    #   XMLable::Handlers::Root class
    #
    class RootNone < Root
    end
  end
end