global
def should_trim?(target, options)
def should_trim?(target, options) if target.eval('self').is_a? Module options[:e] || target.eval('self') >= Object else options[:e] end end
def should_trim?(target, options) if target.eval('self').is_a? Module options[:e] || target.eval('self') >= Object else options[:e] end end