Class: Title

Inherits:
Object
  • Object
show all
Defined in:
lib/cuker/helpers/formatters/title.rb

Overview

title_hai = [“Sl.No;4”, “Type;4”, “Title;60”, states.map {|a| a + “;2”}, col_list.map {|a| “#{a};10”}, “Feature;10”, “S.no;3”, “File”].flatten

Instance Method Summary collapse

Constructor Details

#initializeTitle

Returns a new instance of Title.



4
5
6
# File 'lib/cuker/helpers/formatters/title.rb', line 4

def initialize

end