Skip to content
  • anonym's avatar
    Code cleanup. · 889411fd
    anonym authored
    * Ruby doesn't support keyword arguments when calling; for a method
      defined as f(x = y), calling it with f(x = z) will actually create a
      local variable x in the scope f was called from.
    
    * Since we only care whether withgpgapplet is nil or not, we don't
      have to reintroduce @withgpgapplet with the same property.
    889411fd