diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-06-18 10:08:44 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-06-18 10:08:44 -0400 |
commit | 320954ec9f0daebc254622078b6d013f5e249ea1 (patch) | |
tree | 3440145fd1f5ac63aa475d6080b4c14850688dc4 | |
parent | org mode (ruby code within) (diff) |
org mode: fix transcription typo (code fix)
-rw-r--r-- | lib/sisu/ao_doc_objects.rb | 2 | ||||
-rw-r--r-- | lib/sisu/html_persist.rb | 2 | ||||
-rw-r--r-- | org/abstraction.org | 2 | ||||
-rw-r--r-- | org/html.org | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/sisu/ao_doc_objects.rb b/lib/sisu/ao_doc_objects.rb index 4e0366b1..9b18af2b 100644 --- a/lib/sisu/ao_doc_objects.rb +++ b/lib/sisu/ao_doc_objects.rb @@ -50,7 +50,7 @@ # <https://git.sisudoc.org/projects/> # <https://git.sisudoc.org/projects/?p=software/sisu.git;a=summary> # <https://git.sisudoc.org/projects/?p=markup/sisu-markup-samples.git;a=summary> -Module SiSU_AO_DocumentStructure +module SiSU_AO_DocumentStructure class Extract def extract(h,o) h ? h : o diff --git a/lib/sisu/html_persist.rb b/lib/sisu/html_persist.rb index 1aa38eab..843d9414 100644 --- a/lib/sisu/html_persist.rb +++ b/lib/sisu/html_persist.rb @@ -50,7 +50,7 @@ # <https://git.sisudoc.org/projects/> # <https://git.sisudoc.org/projects/?p=software/sisu.git;a=summary> # <https://git.sisudoc.org/projects/?p=markup/sisu-markup-samples.git;a=summary> -Module SiSU_HTML_Persist +module SiSU_HTML_Persist class Persist @@persist=nil attr_accessor :is0,:is1,:is2,:is3,:is4,:heading0,:heading1,:heading2,:heading3,:heading4, :title, :dot_nav, :tocband_banner, :tocband_bannerless, :headings, :heading_endnotes, :main, :endnote_all, :tail, :credits, :heading_idx, :idx, :seg_endnotes, :seg_endnotes_array, :segtocband, :get_hash_fn, :get_hash_to, :seg_subtoc, :seg_subtoc_array, :fn, :seg_name ,:seg_name_x,:seg_name_x_tracker diff --git a/org/abstraction.org b/org/abstraction.org index 103c9218..55bf302a 100644 --- a/org/abstraction.org +++ b/org/abstraction.org @@ -1419,7 +1419,7 @@ __END__ #+BEGIN_SRC ruby :tangle "../lib/sisu/ao_doc_objects.rb" # <<sisu_document_header>> -Module SiSU_AO_DocumentStructure +module SiSU_AO_DocumentStructure class Extract def extract(h,o) h ? h : o diff --git a/org/html.org b/org/html.org index 1454226d..80aef117 100644 --- a/org/html.org +++ b/org/html.org @@ -5339,7 +5339,7 @@ __END__ #+BEGIN_SRC ruby :tangle "../lib/sisu/html_persist.rb" # <<sisu_document_header>> -Module SiSU_HTML_Persist +module SiSU_HTML_Persist class Persist @@persist=nil attr_accessor :is0,:is1,:is2,:is3,:is4,:heading0,:heading1,:heading2,:heading3,:heading4, :title, :dot_nav, :tocband_banner, :tocband_bannerless, :headings, :heading_endnotes, :main, :endnote_all, :tail, :credits, :heading_idx, :idx, :seg_endnotes, :seg_endnotes_array, :segtocband, :get_hash_fn, :get_hash_to, :seg_subtoc, :seg_subtoc_array, :fn, :seg_name ,:seg_name_x,:seg_name_x_tracker |