From bb30c1012fbef34e155558ad3008ce029670329e Mon Sep 17 00:00:00 2001 From: realtradam Date: Fri, 9 Jul 2021 01:57:33 -0400 Subject: readme rewrite --- docs/FelFlame/Components.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/FelFlame/Components.html') diff --git a/docs/FelFlame/Components.html b/docs/FelFlame/Components.html index de48255..855d2bb 100644 --- a/docs/FelFlame/Components.html +++ b/docs/FelFlame/Components.html @@ -231,12 +231,12 @@
 
 
-51
-52
-53
+47 +48 +49 -
# File 'component_manager.rb', line 51
+      
# File 'component_manager.rb', line 47
 
 def each(&block)
   constants.each(&block)
@@ -349,6 +349,10 @@
       
 
 
+19
+20
+21
+22
 23
 24
 25
@@ -369,14 +373,10 @@
 40
 41
 42
-43
-44
-45
-46
-47
+43
-
# File 'component_manager.rb', line 23
+      
# File 'component_manager.rb', line 19
 
 def new(component_name, *attrs, **attrs_with_defaults)
   if FelFlame::Components.const_defined?(component_name)
@@ -413,7 +413,7 @@
 
 
       
-- 
cgit v1.2.3