Code style
This commit is contained in:
parent
f040480fed
commit
33d66860c4
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ module Zombie
|
||||||
# Yeah looks very ugly but im currently to exited to do a cleanup.
|
# Yeah looks very ugly but im currently to exited to do a cleanup.
|
||||||
#
|
#
|
||||||
def self.files
|
def self.files
|
||||||
block = File.read("lib/mutant.rb").to_ast
|
block = File.read('lib/mutant.rb').to_ast
|
||||||
files = block.array.select do |node|
|
files = block.array.select do |node|
|
||||||
node.class == Rubinius::AST::SendWithArguments &&
|
node.class == Rubinius::AST::SendWithArguments &&
|
||||||
node.receiver.class == Rubinius::AST::Self &&
|
node.receiver.class == Rubinius::AST::Self &&
|
||||||
|
|
Loading…
Add table
Reference in a new issue