Files

RD::LabeledElement

interface

Public Instance Methods

calculate_label() click to toggle source
# File lib/rd/labeled-element.rb, line 10
def calculate_label
  raise "[BUG] must override."
end
label() click to toggle source
Alias for: to_label
to_label() click to toggle source
# File lib/rd/labeled-element.rb, line 5
def to_label
  @label ||= calculate_label
end
Also aliased as: label

[Validate]

Generated with the Darkfish Rdoc Generator 2.