Sha256: 369c0f2a6ba682efd6a1c923358a53ab8d419addbd2c4e4ebd2c1ebe332668f7

Contents?: true

Size: 763 Bytes

Versions: 1

Compression:

Stored size: 763 Bytes

Contents

V_SPACING_OK = {}

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

  def barrel_roll
  end
end)

V_SPACING_OK['embedded_class_five_code_lines'] =
  %(class Party
  class Pizza
    include Cheese
  end
end)

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


  puts 'hi'
end)

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


end)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tailor-1.4.1 spec/support/vertical_spacing_cases.rb