Libraries
»
bogus
(0.1.2)
»
Index
»
Bogus
»
InstanceMethods
»
#define
Method: Bogus::InstanceMethods#define
Defined in:
lib/bogus/instance_methods.rb
#
define
(body) ⇒
Object
18 19 20
# File 'lib/bogus/instance_methods.rb', line 18
def
define
(
body
)
klass
.
class_eval
(
body
)
end