Skip to content

Instantly share code, notes, and snippets.

@maiha
Created January 20, 2009 07:50
Show Gist options
  • Save maiha/49390 to your computer and use it in GitHub Desktop.
Save maiha/49390 to your computer and use it in GitHub Desktop.
class Monster
include DataMapper::YunkerStar
url "http://ds.gkwiki2.com/47.html"
thead "table.style_table thead tr"
tbody "table.style_table tbody tr"
end
irb(main):001:0> Monster.count
=> 120
irb(main):002:0> Monster.first
=> #<Monster id=nil LV="2" 種族="妖精" 名称="ピクシー" HP="30" MP="27" 力="3" 魔="−" 体="4" 速="4" 物="−" 火="弱" 氷="−" 電="耐" 衝="−" コマンド="ディア<br />ジオ(4)" 自然効果="−" 種族特有="おまじない">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment