Module: Diaspora::Cluster::Creator::Conversions::Legend

Defined in:
lib/diaspora-cluster-creator/template.rb

Instance Method Summary collapse

Instance Method Details

#to_legendObject



7
8
9
10
11
12
13
# File 'lib/diaspora-cluster-creator/template.rb', line 7

def to_legend
  if respond_to?(:prefix)
    "#{prefix} - #{to_s}"
  else
    to_s
  end
end