lib/osc-ruby/bundle.rb in aberant-osc-ruby-0.1.5 vs lib/osc-ruby/bundle.rb in aberant-osc-ruby-0.1.6

- old
+ new

@@ -5,14 +5,14 @@ attr_accessor :timetag undef_method :zip - de = (Array.instance_methods - self.instance_methods) - de -= %w(assoc flatten flatten! pack rassoc transpose) - de += %w(include? sort) + # de = (Array.instance_methods - self.instance_methods) + # de -= %w(assoc flatten flatten! pack rassoc transpose) + # de += %w(include? sort) - def_delegators(:@args, *de) + # def_delegators(:@args, *de) def initialize(timetag=nil, *args) @timetag = timetag @args = args \ No newline at end of file