Method: Experience#content

Defined in:
lib/experience.rb

#content(name, locator) ⇒ Object



2
3
4
5
6
# File 'lib/experience.rb', line 2

def content name, locator
  define_singleton_method name do
    platform.get_content(locator)
  end
end