Delete unused deferred_attributes lib
No idea what this was! Goodbye!
This commit is contained in:
parent
a6cc37eac7
commit
8033434a2f
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
module DeferredAttributes
|
||||
def attr_deferred(name, &block)
|
||||
instance_variable_name = "@#{name}"
|
||||
define_method name do
|
||||
value = instance_variable_get(instance_variable_name)
|
||||
return value if value
|
||||
instance_variable_set(instance_variable_name, self.instance_eval(&block))
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue