Fixed bug: module_function causes error when calling private methods.

This commit is contained in:
Thorsten Eckel 2015-12-18 10:44:03 +01:00
parent 083882af6e
commit 5d4876a5e5

View file

@ -89,8 +89,6 @@ module Import::Zendesk
statistic statistic
end end
private
def initialize_client def initialize_client
return nil if @client return nil if @client