class DeadCodeTerminator::PlainIf

Public Class Methods

match?(ast) click to toggle source
# File lib/dead_code_terminator/plain_if.rb, line 5
def self.match?(ast); end

Public Instance Methods

else_branch() click to toggle source
# File lib/dead_code_terminator/plain_if.rb, line 9
def else_branch; end
then_branch() click to toggle source
# File lib/dead_code_terminator/plain_if.rb, line 7
def then_branch; end