Skip to content

Instantly share code, notes, and snippets.

@igkuz
Last active December 17, 2015 14:39
Show Gist options
  • Save igkuz/5626259 to your computer and use it in GitHub Desktop.
Save igkuz/5626259 to your computer and use it in GitHub Desktop.
class Channels < Clutter::Group
dsl do |o|
# some markup here
end
def show_channels(channels)
# some actions with dom here
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment