Class: FortranFormatParser::Continue
- Inherits:
-
Object
- Object
- FortranFormatParser::Continue
- Defined in:
- ext/fortio/lib/fortio/fortran_format.rb
Instance Method Summary collapse
- #count_args ⇒ Object
- #inspect ⇒ Object
- #read(io, list, state) ⇒ Object
- #write(io, list, state) ⇒ Object
Instance Method Details
#count_args ⇒ Object
181 182 183 |
# File 'ext/fortio/lib/fortio/fortran_format.rb', line 181 def count_args return 0 end |
#inspect ⇒ Object
184 185 186 |
# File 'ext/fortio/lib/fortio/fortran_format.rb', line 184 def inspect return "$" end |
#read(io, list, state) ⇒ Object
178 179 180 |
# File 'ext/fortio/lib/fortio/fortran_format.rb', line 178 def read (io, list, state) state.continue = true end |
#write(io, list, state) ⇒ Object
175 176 177 |
# File 'ext/fortio/lib/fortio/fortran_format.rb', line 175 def write (io, list, state) state.continue = true end |