class CapybaraObjects::ComponentObject

Public Class Methods

ctype(type) click to toggle source
# File lib/capybara_objects/component_object.rb, line 16
def ctype(type)
  registry.register_ctype type, self
end