Libraries
»
aixm
(1.6.0)
»
Index
»
AIXM
»
R
»
#inspect
Method: AIXM::R#inspect
Defined in:
lib/aixm/r.rb
#
inspect
⇒
String
Returns:
(
String
)
35 36 37
# File 'lib/aixm/r.rb', line 35
def
inspect
%Q(
#<
#{
self
.
class
}
#{
to_s
}
>
)
end