Method: HaveAPI::ExampleList#initialize
- Defined in:
- lib/haveapi/example_list.rb
#initialize ⇒ ExampleList
Returns a new instance of ExampleList.
3 4 5 |
# File 'lib/haveapi/example_list.rb', line 3 def initialize @examples = [] end |