lib/motion-kit/helpers/tree_layout.rb in motion-kit-0.17.0 vs lib/motion-kit/helpers/tree_layout.rb in motion-kit-0.18.0
- old
+ new
@@ -195,10 +195,10 @@
return self
end
def initial(&block)
raise ArgumentError.new('Block required') unless block
- puts('this method is no longer necessary! all code that *isn\'t in a `reapply` block is now only applied during initial setup.')
+ puts('the `initial` method is no longer necessary! all code that *isn\'t in a `reapply` block is now only applied during initial setup.')
if initial?
yield
end
return self