lib/ruby_ext/more/tuple.rb in ruby_ext-0.4.25 vs lib/ruby_ext/more/tuple.rb in ruby_ext-0.5.1
- old
+ new
@@ -1,7 +1,7 @@
class Tuple
attr_accessor :first, :last
-
+
def initialize first = nil, last = nil
@first, @last = first, last
end
end
\ No newline at end of file