mirror of
https://github.com/jbranchaud/til
synced 2026-01-09 01:58:02 +00:00
Clarify some wording.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Ruby's
|
Ruby's
|
||||||
[`Module.const_get`](http://ruby-doc.org/core-2.1.0/Module.html#method-i-const_get)
|
[`Module.const_get`](http://ruby-doc.org/core-2.1.0/Module.html#method-i-const_get)
|
||||||
can be used to look for and retrieve the constant for the given name.
|
can be used to look for and retrieve the constant for a given name.
|
||||||
|
|
||||||
This can be used to construct a class name
|
This can be used to construct a class name
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user