Workaround:

(in Ruby)

module Item_methods
def alpha()        # => foldable
   self.fieldname = 'alpha'
end
end


class Item < Sequel::Model(:dingbat)
   include Item_methods
end





On Thursday, February 6, 2020 at 11:35:11 AM UTC-5, BeeRich33 wrote:
>
> Turns out some ruby syntax is messing this up:
>
> class Item < Sequel::Model(:dingbat)
>
> end
>
> That last hash thrown as a parameter, is the culprit.  
>
> Not sure this is fixable
>

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "supp...@barebones.com" rather than 
posting here. Follow @bbedit on Twitter: <https://twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/caefae8b-2662-4d04-b673-702ef88ec6d6%40googlegroups.com.

Reply via email to