1
0
mirror of https://github.com/jbranchaud/til synced 2026-07-05 17:00:17 +00:00

Add Load A Module And Execute A Statement as a Ruby TIL

This commit is contained in:
jbranchaud
2026-03-14 15:55:09 -05:00
parent 01f9d89e8e
commit 11279ac362
2 changed files with 27 additions and 1 deletions
+2 -1
View File
@@ -10,7 +10,7 @@ working across different projects via [VisualMode](https://www.visualmode.dev/).
For a steady stream of TILs, [sign up for my newsletter](https://visualmode.kit.com/newsletter).
_1755 TILs and counting..._
_1756 TILs and counting..._
See some of the other learning resources I work on:
@@ -1451,6 +1451,7 @@ If you've learned something here, support my efforts writing daily TILs by
- [Limit Split](ruby/limit-split.md)
- [List The Running Ruby Version](ruby/list-the-running-ruby-version.md)
- [Listing Local Variables](ruby/listing-local-variables.md)
- [Load A Module And Execute A Statement](ruby/load-a-module-and-execute-a-statement.md)
- [Make A Long String Of Text Readable](ruby/make-a-long-string-of-text-readable.md)
- [Make An Executable Ruby Script](ruby/make-an-executable-ruby-script.md)
- [Make Structs Easier To Use With Keyword Initialization](ruby/make-structs-easier-to-use-with-keyword-initialization.md)