Fix a few coding standards issues:

* Remove extra empty lines before private keyword usages.

  specs:

  * Fix one long line;
  * use proc keyword instead of Proc.new.
This commit is contained in:
Thibault Jouan
2013-07-31 22:13:09 +00:00
parent fa2f55e516
commit 2acb57254f
5 changed files with 4 additions and 5 deletions

View File

@@ -23,7 +23,6 @@ module Producer
raise err
end
private
def source(filepath)