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
128 129 130 |
# File 'lib/drg/file_context.rb', line 128 def eql?(*) false end |
#open? ⇒ Boolean
132 133 134 |
# File 'lib/drg/file_context.rb', line 132 def open? false end |