instance method
execute_commands
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
execute_commands(value)
No documentation comment.
Parameters
-
valuereq
Source
# File activesupport/lib/active_support/dot_env_configuration.rb, line 94
def execute_commands(value)
value.gsub(/\$\((.+?)\)/) { `#{$1}`.chomp }
end
Defined in activesupport/lib/active_support/dot_env_configuration.rb line 94
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::DotEnvConfiguration