Method: NetFlix::Credentials#to_file!
- Defined in:
- lib/net_flix/credentials.rb
#to_file! ⇒ Object
class methods
30 31 32 33 34 |
# File 'lib/net_flix/credentials.rb', line 30 def to_file! credentials_store = File.new(@@config_file_name, 'w') credentials_store.puts(self.to_yaml) credentials_store.close end |