README.rdoc in rash-0.3.2 vs README.rdoc in rash-0.4.0
- old
+ new
@@ -25,19 +25,19 @@
"nested_two" => 22,
:nestedThree => 23
}
})
- @rash.var_one # => 1
- @rash.two # => 2
- @rash.three # => 3
- @rash.var_four # => 4
- @rash.five_hump_humps # => 5
- @rash.nested.nested_one # => "One"
- @rash.nested.two # => "two"
- @rash.nested.nested_three # => "three"
- @rash.nested_two.nested_two # => 22
- @rash.nested_two # => 23
+ @rash.var_one # => 1
+ @rash.two # => 2
+ @rash.three # => 3
+ @rash.var_four # => 4
+ @rash.five_hump_humps # => 5
+ @rash.nested.nested_one # => "One"
+ @rash.nested.two # => "two"
+ @rash.nested.nested_three # => "three"
+ @rash.nested_two.nested_two # => 22
+ @rash.nested_two.nested_three # => 23
== Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix.