Class: EacRubyUtils::Envs::File
- Defined in:
- lib/eac_ruby_utils/envs/file.rb
Instance Attribute Summary collapse
-
#env ⇒ Object
readonly
Returns the value of attribute env.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
- #exist? ⇒ Boolean
-
#initialize(env, path) ⇒ File
constructor
A new instance of File.
- #read ⇒ Object
Constructor Details
#initialize(env, path) ⇒ File
Returns a new instance of File.
8 9 10 11 |
# File 'lib/eac_ruby_utils/envs/file.rb', line 8 def initialize(env, path) @env = env @path = path end |