mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-21 10:20:05 +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'
|
require 'mpw/mpw'
|
||||||
|
|
||||||
class MPW::Cli
|
class MPW::Cli
|
||||||
|
|
||||||
# Constructor
|
# Constructor
|
||||||
# @args: config -> the config
|
# @args: config -> the config
|
||||||
def initialize(config)
|
def initialize(config)
|
||||||
|
|
|
@ -22,7 +22,6 @@ require 'i18n'
|
||||||
require 'fileutils'
|
require 'fileutils'
|
||||||
|
|
||||||
class MPW::Config
|
class MPW::Config
|
||||||
|
|
||||||
attr_accessor :error_msg
|
attr_accessor :error_msg
|
||||||
|
|
||||||
attr_accessor :gpg_key
|
attr_accessor :gpg_key
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
require 'i18n'
|
require 'i18n'
|
||||||
|
|
||||||
class MPW::Item
|
class MPW::Item
|
||||||
|
|
||||||
attr_accessor :id
|
attr_accessor :id
|
||||||
attr_accessor :group
|
attr_accessor :group
|
||||||
attr_accessor :host
|
attr_accessor :host
|
||||||
|
|
|
@ -24,7 +24,6 @@ require 'rotp'
|
||||||
require 'mpw/item'
|
require 'mpw/item'
|
||||||
|
|
||||||
class MPW::MPW
|
class MPW::MPW
|
||||||
|
|
||||||
# Constructor
|
# Constructor
|
||||||
def initialize(key, wallet_file, gpg_pass = nil, gpg_exe = nil)
|
def initialize(key, wallet_file, gpg_pass = nil, gpg_exe = nil)
|
||||||
@key = key
|
@key = key
|
||||||
|
|
Loading…
Add table
Reference in a new issue