class String
A String
object has an arbitrary sequence of bytes, typically representing text or binary data. Extensions provided by this library focus on making more specific features around String
usable with more classic lexical calls.
Public Instance Methods
run()
Trigraph which, albeit a bit less precise on what it undercover than its aliased version, is fully alligned with regular use of the word.
Alias for: subshell
subshell()
click to toggle source
Allow to method-pipeline strings toward a subshell execution, in more subject-verb oriented manner than the default backtilt +“. Subjectively that can also be considered more aligned with the “everything is object” spirit
# File lib/englishest.rb, line 185 def subshell `#{self}` end
Also aliased as: run