Method: PDF::Reader::ValidatingReceiver#move_to_next_line_and_show_text
- Defined in:
- lib/pdf/reader/validating_receiver.rb
#move_to_next_line_and_show_text(*args) ⇒ Object
: (*untyped) -> void
210 211 212 213 214 215 216 |
# File 'lib/pdf/reader/validating_receiver.rb', line 210 def move_to_next_line_and_show_text(*args) # ' string, _ = *args call_wrapped( :move_to_next_line_and_show_text, TypeCheck.cast_to_string!(string) ) end |