Sha256: fb37c4fc7f673f2cbb09bd0caa643db37fbe3794df5ff414439eccca6998c674
Contents?: true
Size: 222 Bytes
Versions: 17
Compression:
Stored size: 222 Bytes
Contents
class Baz < Taza::Page page_module :module do element(:some_element) { :some_element_value } element(:other_element) { :other_element_value } end filter :boo, :module def boo true end end
Version data entries
17 entries across 17 versions & 3 rubygems