1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-11-23 13:57:52 +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
# Constructor
def initialize()
def initialize
@error_msg = nil
@enable = false
end
@ -113,7 +113,7 @@ module MPW
end
# Close the connection
def close()
def close
if !@enable
return
end