module Fasterer
module Fasterer::Offensive
module Fasterer::Painter
class Fasterer::Analyzer
class Fasterer::Argument
class Fasterer::CLI
class Fasterer::Config
class Fasterer::FileTraverser
class Fasterer::MethodCall
class Fasterer::MethodCallScanner
class Fasterer::MethodDefinition
class Fasterer::MethodDefinitionArgument
class Fasterer::MethodDefinitionScanner
class Fasterer::Offense
class Fasterer::OffenseCollector
class Fasterer::Parser
class Fasterer::Primitive
class Fasterer::ReceiverFactory
class Fasterer::RescueCall
class Fasterer::RescueCallScanner
class Fasterer::Statistics
class Fasterer::Token
class Fasterer::VariableReference
fasterer
0.11.0
# initialize
def initialize(file_path) @file_path = file_path.to_s @file_content = File.read(file_path) end