Roodi::Checks::NameCheck
Checks a method name to make sure it matches the specified pattern.
Keeping to a consistent nameing convention makes your code easier to read.
# File lib/roodi/checks/method_name_check.rb, line 11 def initialize(options = {}) pattern = options['pattern'] || DEFAULT_PATTERN super([:defn], pattern, 'Method') end
# File lib/roodi/checks/method_name_check.rb, line 16 def find_name(node) node[1] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.