1
vote
1answer
70 views
Making things available only inside Ruby blocks
Is there any way to make methods and functions only available inside blocks? What I'm trying to do:
some_block do
available_only_in_block
is_this_here?
okay_cool
end
…
0
votes
What tools do web developers use with PHP, Ruby on Rails, Python, etc?
Database MySQL, CouchDB, SQLite
Source Control Git
Editor TextAdept, E …
1
vote
Ruby DSL (Domain Specific Language) repositories, examples
Rake and Rack are some good examples of DSL's. If you want some more examples, check these out:
Sinatra is a very popular DSL for bui …
