class RemoteTable::NullParser
@private
Public Instance Methods
call(row)
click to toggle source
# File lib/remote_table.rb, line 368 def call(row) [row] end
@private
# File lib/remote_table.rb, line 368 def call(row) [row] end