Class: RubyNative::CLI::Credentials
- Inherits:
-
Object
- Object
- RubyNative::CLI::Credentials
- Defined in:
- lib/ruby_native/cli/credentials.rb
Constant Summary collapse
- PATH =
File.join(Dir.home, ".ruby_native", "credentials")
Class Method Summary collapse
Class Method Details
.clear ⇒ Object
23 24 25 |
# File 'lib/ruby_native/cli/credentials.rb', line 23 def self.clear File.delete(PATH) if File.exist?(PATH) end |