1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-11-27 07:33:05 +00:00

beautiful code

This commit is contained in:
nishiki 2014-01-29 23:10:35 +01:00
parent 1ab3c7e0b0
commit 83f935dc21

View file

@ -18,7 +18,7 @@ module MPW
attr_accessor :enable attr_accessor :enable
# Constructor # Constructor
def initialize() def initialize
@error_msg = nil @error_msg = nil
@enable = false @enable = false
end end
@ -113,7 +113,7 @@ module MPW
end end
# Close the connection # Close the connection
def close() def close
if !@enable if !@enable
return return
end end