Skip to content

Instantly share code, notes, and snippets.

@indigoviolet
Last active December 23, 2017 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indigoviolet/85d9aa1bf2bffff7890b29313ef37c54 to your computer and use it in GitHub Desktop.
Save indigoviolet/85d9aa1bf2bffff7890b29313ef37c54 to your computer and use it in GitHub Desktop.
fin blog embed
class MutateFinEntry
include C
Contract Entry, ArrayOf[AttributeData] => Any
def initialize(entry, attribute_datas)
@entry = entry
@attribute_datas = attribute_datas
end
Contract None => Bool
def run
...
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment