class DroidProj::Android::Resources::WriteOp
Attributes
at[RW]
content[RW]
Public Instance Methods
==(other)
click to toggle source
# File lib/droidproj/res.rb, line 27 def ==(other) other.at == self.at && other.content == self.content end