Parent

Methods

Class/Module Index [+]

Quicksearch

Rouge::Lexers::Erlang

Public Class Methods

analyze_text(text) click to toggle source
# File lib/rouge/lexers/erlang.rb, line 11
def self.analyze_text(text)
  return 0.3 if text =~ /^-module[(]\w+[)][.]/
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.