Created
January 20, 2009 07:50
-
-
Save maiha/49390 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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