Method: Rails::Generator::Source#each
- Defined in:
- lib/rails_generator/lookup.rb
#each ⇒ Object
The each method must be implemented in subclasses. The base implementation raises an error.
170 171 172 |
# File 'lib/rails_generator/lookup.rb', line 170 def each raise NotImplementedError end |