Module: Ey::Core::Cli::Helpers::Core::ClassMethods

Defined in:
lib/ey-core/cli/helpers/core.rb

Instance Method Summary collapse

Instance Method Details

#core_fileObject



10
11
12
# File 'lib/ey-core/cli/helpers/core.rb', line 10

def core_file
  @core_file ||= File.expand_path("~/.ey-core")
end

#eyrcObject



14
15
16
# File 'lib/ey-core/cli/helpers/core.rb', line 14

def eyrc
  @eyrc ||= File.expand_path("~/.eyrc")
end