Sha256: 2beefc9776eb33ea5dc23ba9bc0c4d23751c676cefaddf5117d9d27a5d330b34
Contents?: true
Size: 250 Bytes
Versions: 3
Compression:
Stored size: 250 Bytes
Contents
module RubyPager class Reading_Order def initialize(ex_data) @data=ex_data #ap @data end def get_consolidated_data consolidate_data() return @data end private def consolidate_data end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby_pager-0.1.3 | lib/ruby_pager/reading_order.rb |
ruby_pager-0.1.2 | lib/ruby_pager/reading_order.rb |
ruby_pager-0.1.1 | lib/ruby_pager/reading_order.rb |