Method: Code::Object::Nothing#initialize
- Defined in:
- lib/code/object/nothing.rb
#initialize ⇒ Nothing
Returns a new instance of Nothing.
8 9 10 |
# File 'lib/code/object/nothing.rb', line 8 def initialize @raw = nil end |
Returns a new instance of Nothing.
8 9 10 |
# File 'lib/code/object/nothing.rb', line 8 def initialize @raw = nil end |