class SiSU_HarvestAuthors::Index
Public Class Methods
new(idx_array,the_idx)
click to toggle source
# File lib/sisu/html_harvest_authors.rb, line 168 def initialize(idx_array,the_idx) @idx_array,@the_idx=idx_array,the_idx @@the_idx_authors=@the_idx end
Public Instance Methods
capital(txt)
click to toggle source
# File lib/sisu/html_harvest_authors.rb, line 172 def capital(txt) txt[0].chr.capitalize + txt[1,txt.length] end