什么是通知
Just Inform 是一个简单的库,用于帮助解析来自的每日 XML 提要。
基本用法
# Install the gem
gem install just_inform
# Load IRB
irb
# Create a new parser instance (same as JustInform::Parser.new)
parser = JustInform.new
# Return an array with the sort value (cost) and InformationCollectionRequest objects
parser.top(10, :cost) =>
[["33,672,000,000", U.S. Individual Income Tax Return], ["8,190,000,004", Rule 10b-10 Conf
2021-07-07 21:03:35
8KB
Ruby
1