Sha256: a9d56368a83c2de809777a9d401155681192f88f16dd93e438953a9178163d68

Contents?: true

Size: 767 Bytes

Versions: 5

Compression:

Stored size: 767 Bytes

Contents

V_SPACING_OK = {}

#-------------------------------------------------------------------------------
# Class length
#-------------------------------------------------------------------------------
V_SPACING_OK['class_five_code_lines'] =
  %Q{class Party
  include Clowns

  def barrel_roll
  end
end}

V_SPACING_OK['embedded_class_five_code_lines'] =
  %Q{class Party
  class Pizza
    include Cheese
  end
end}

#-------------------------------------------------------------------------------
# Method length
#-------------------------------------------------------------------------------
V_SPACING_OK['method_3_code_lines'] =
  %Q{def thing


  puts 'hi'
end}

V_SPACING_OK['embedded_method_3_code_lines'] =
  %Q{def outter_thing
  def thing; puts 'hi'; end


end}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tailor-1.4.0 spec/support/vertical_spacing_cases.rb
tailor-1.3.1 spec/support/vertical_spacing_cases.rb
tailor-1.3.0 spec/support/vertical_spacing_cases.rb
tailor-1.2.1 spec/support/vertical_spacing_cases.rb
tailor-1.2.0 spec/support/vertical_spacing_cases.rb