Libraries
»
exemplor
(2010.2.0)
»
Index
»
Exemplor
»
Examples
»
#add
Method: Exemplor::Examples#add
Defined in:
lib/examples.rb
#
add
(name, &body) ⇒
Object
36 37 38
# File 'lib/examples.rb', line 36
def
add
(
name
,
&
body
)
@examples
[
name
]
=
body
end