1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 02:33:19 +00:00

remove useless line

This commit is contained in:
Adrien Waksberg 2017-03-29 23:01:12 +02:00 committed by Adrien Waksberg
parent e04d00d3f4
commit 782f3d8b5f
4 changed files with 0 additions and 4 deletions

View file

@ -27,7 +27,6 @@ require 'mpw/item'
require 'mpw/mpw'
class MPW::Cli
# Constructor
# @args: config -> the config
def initialize(config)

View file

@ -22,7 +22,6 @@ require 'i18n'
require 'fileutils'
class MPW::Config
attr_accessor :error_msg
attr_accessor :gpg_key

View file

@ -19,7 +19,6 @@
require 'i18n'
class MPW::Item
attr_accessor :id
attr_accessor :group
attr_accessor :host

View file

@ -24,7 +24,6 @@ require 'rotp'
require 'mpw/item'
class MPW::MPW
# Constructor
def initialize(key, wallet_file, gpg_pass = nil, gpg_exe = nil)
@key = key