lib/acfs/resource/loadable.rb in acfs-1.0.0.dev.1.b305 vs lib/acfs/resource/loadable.rb in acfs-1.0.0
- old
+ new
@@ -1,6 +1,5 @@
class Acfs::Resource
-
# Provides method to check for loading state of resources.
# A resource that is created but not yet fetched will be loaded
# after running {Acfs::Global#run Acfs.run}.
#
# @example