Module: Hx::View
- Included in:
- Filter
- Defined in:
- lib/hx.rb
Instance Method Summary collapse
Instance Method Details
#each_entry(selector) ⇒ Object
47 48 49 |
# File 'lib/hx.rb', line 47 def each_entry(selector) raise NotImplementedError, "#{self.class}#each_entry not implemented" end |
#edit_entry(path, prototype = nil) ⇒ Object
43 44 45 |
# File 'lib/hx.rb', line 43 def edit_entry(path, prototype=nil) raise EditingNotSupportedError, "Editing not supported for #{path}" end |