Class: LovelyRufus::Layers::CodeCommentStripper

Inherits:
QuoteStripper show all
Defined in:
lib/lovely_rufus/layers/code_comment_stripper.rb

Constant Summary collapse

QUOTES =
%r{^\s*(//|#) }

Method Summary

Methods inherited from QuoteStripper

#call

Methods inherited from Layer

#call, #initialize

Constructor Details

This class inherits a constructor from LovelyRufus::Layers::Layer