mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-20 01:50:04 +00:00
remove useless line
This commit is contained in:
parent
e04d00d3f4
commit
782f3d8b5f
4 changed files with 0 additions and 4 deletions
|
@ -27,7 +27,6 @@ require 'mpw/item'
|
|||
require 'mpw/mpw'
|
||||
|
||||
class MPW::Cli
|
||||
|
||||
# Constructor
|
||||
# @args: config -> the config
|
||||
def initialize(config)
|
||||
|
|
|
@ -22,7 +22,6 @@ require 'i18n'
|
|||
require 'fileutils'
|
||||
|
||||
class MPW::Config
|
||||
|
||||
attr_accessor :error_msg
|
||||
|
||||
attr_accessor :gpg_key
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
require 'i18n'
|
||||
|
||||
class MPW::Item
|
||||
|
||||
attr_accessor :id
|
||||
attr_accessor :group
|
||||
attr_accessor :host
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue