module NightcrawlerSwift::Ext::OpenStruct

Public Instance Methods

to_h() click to toggle source
# File lib/nightcrawler_swift/ext/open_struct.rb, line 6
def to_h
  @table.dup || {}
end