Class: DRG::FileContext::NullLine
- Inherits:
-
String
- Object
- String
- DRG::FileContext::NullLine
- Includes:
- NullDefinition
- Defined in:
- lib/drg/file_context.rb
Instance Method Summary collapse
Methods included from NullDefinition
#block?, #class?, #method?, #mod?
Instance Method Details
#eql? ⇒ Boolean
124 125 126 |
# File 'lib/drg/file_context.rb', line 124 def eql?(*) false end |
#open? ⇒ Boolean
128 129 130 |
# File 'lib/drg/file_context.rb', line 128 def open? false end |