lib/tap/support/configurable_class.rb in bahuvrihi-tap-0.11.1 vs lib/tap/support/configurable_class.rb in bahuvrihi-tap-0.11.2
- old
+ new
@@ -1,8 +1,8 @@
require 'tap/support/class_configuration'
require 'tap/support/validation'
-require 'tap/support/lazy_attributes'
+require 'tap/support/lazydoc/attributes'
require 'tap/support/lazydoc/config'
module Tap
module Support
autoload(:Templater, 'tap/support/templater')
@@ -21,10 +21,10 @@
# c = ConfigurableClass.new
# c.respond_to?('one') # => true
# c.respond_to?('one=') # => true
#
module ConfigurableClass
- include Tap::Support::LazyAttributes
+ include Lazydoc::Attributes
# A ClassConfiguration holding the class configurations.
attr_reader :configurations
# Sets the source_file for base and initializes base.configurations.
\ No newline at end of file