Sha256: 8e26458a71eef477d4a43f8cf44f99720fbc4a0183118a152a1ef6f06a8b27eb

Contents?: true

Size: 161 Bytes

Versions: 1

Compression:

Stored size: 161 Bytes

Contents

module Suspiciouss
  module Suggestions
    class StylingIds

      def parse(line)
        "Don't style IDs" if line =~ /#\w+[^\w]/
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
suspiciouss-0.1 lib/suspiciouss/suggestions/styling_ids.rb