Sha256: 8a8e8eaeca14a529ef723208eec42c7cf46bdc398b15b8a65302963b909fe3ff

Contents?: true

Size: 188 Bytes

Versions: 4

Compression:

Stored size: 188 Bytes

Contents

class ActionLinkSeparator
  def initialize(weight)
    @weight = weight
  end

  attr_reader :weight

  def ==(other)
    other == :separator
  end

  def name_to_cache; end # :nodoc:
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
active_scaffold-3.7.12 lib/active_scaffold/data_structures/action_link_separator.rb
active_scaffold-3.7.11.1 lib/active_scaffold/data_structures/action_link_separator.rb
active_scaffold-3.7.11 lib/active_scaffold/data_structures/action_link_separator.rb
active_scaffold-4.0.0.rc2 lib/active_scaffold/data_structures/action_link_separator.rb