module Experience
Constants
- VERSION
Public Instance Methods
content(name, locator)
click to toggle source
# File lib/experience.rb, line 2 def content name, locator define_singleton_method name do platform.get_content(locator) end end
read() { |self| ... }
click to toggle source
# File lib/experience.rb, line 8 def read yield(self) end
Private Instance Methods
platform()
click to toggle source
# File lib/experience.rb, line 14 def platform @platform || DefaultPlatform.default end