Showing 1 of 3 total issues
Method xml_data
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
def xml_data
header_data = header
xml = File.open(filename, "rb") do |f|
f.seek(header_data["xml_data_offset"])