Class: Insp::Etest::X
Instance Method Summary collapse
-
#initialize ⇒ X
constructor
A new instance of X.
Constructor Details
#initialize ⇒ X
Returns a new instance of X.
115 116 117 |
# File 'lib/vex/base/object/insp.rb', line 115 def initialize @x = "x" end |