Oleg Andreev

speaking few languages about programming, interfaces, culture, maths and nature

Ruby DSL

, ,

1. The following is a valid Ruby program:
a b c

in other words:
a(b(c()))

in the very other words:
method_missing(:a, method_missing(:b, method_missing(:c)))

2. Test case:
put an apple on the table to the left OR to the right of me

HAML testedRuby on Rails is not for the beginners

Write a comment

New comments have been disabled for this post.