Method: Exemplor::Examples#initialize
- Defined in:
- lib/examples.rb
#initialize ⇒ Examples
Returns a new instance of Examples.
32 33 34 |
# File 'lib/examples.rb', line 32 def initialize @examples = OrderedHash.new end |
Returns a new instance of Examples.
32 33 34 |
# File 'lib/examples.rb', line 32 def initialize @examples = OrderedHash.new end |